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
Methods in org.apache.logging.log4j.core.appender.rolling that return CronExpression Modifier and Type Method Description CronExpression
CronTriggeringPolicy. getCronExpression()
-
Uses of CronExpression in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type CronExpression Modifier and Type Method Description CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, Runnable command)
Creates and executes an action that first based on a cron expression.CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, Date startDate, 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(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(String s)
-