Uses of Class
org.apache.logging.log4j.core.util.CronExpression
-
Packages that use CronExpression Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.plugins.convert TypeConverter plugins for converter strings into various types. -
-
Uses of CronExpression in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as CronExpression Modifier and Type Field Description private CronExpression
CronTriggeringPolicy. cronExpression
Methods in org.apache.logging.log4j.core.appender.rolling that return CronExpression Modifier and Type Method Description CronExpression
CronTriggeringPolicy. getCronExpression()
private static CronExpression
CronTriggeringPolicy. getSchedule(java.lang.String expression)
Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type CronExpression Constructor Description CronTriggeringPolicy(CronExpression schedule, boolean checkOnStartup, Configuration configuration)
-
Uses of CronExpression in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as CronExpression Modifier and Type Field Description private CronExpression
ConfigurationScheduler.CronRunnable. cronExpression
Methods in org.apache.logging.log4j.core.config with parameters of type CronExpression Modifier and Type Method Description CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, java.lang.Runnable command)
Creates and executes an action that first based on a cron expression.CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, java.util.Date startDate, java.lang.Runnable command)
Creates and executes an action that first based on a cron expression.Constructors in org.apache.logging.log4j.core.config with parameters of type CronExpression Constructor Description CronRunnable(java.lang.Runnable runnable, CronExpression cronExpression)
-
Uses of CronExpression in org.apache.logging.log4j.core.config.plugins.convert
Methods in org.apache.logging.log4j.core.config.plugins.convert that return CronExpression Modifier and Type Method Description CronExpression
TypeConverters.CronExpressionConverter. convert(java.lang.String s)
-