Uses of Class
org.apache.logging.log4j.core.util.CronExpression
Packages that use CronExpression
Package
Description
Rolling File Appender and support classes.
Configuration of Log4j 2.
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 CronExpressionModifier and TypeFieldDescriptionprivate final CronExpressionCronTriggeringPolicy.cronExpressionMethods in org.apache.logging.log4j.core.appender.rolling that return CronExpressionModifier and TypeMethodDescriptionCronTriggeringPolicy.getCronExpression()private static CronExpressionCronTriggeringPolicy.getSchedule(String expression) Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type CronExpressionModifierConstructorDescriptionprivateCronTriggeringPolicy(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 CronExpressionModifier and TypeFieldDescriptionprivate final CronExpressionConfigurationScheduler.CronRunnable.cronExpressionMethods in org.apache.logging.log4j.core.config with parameters of type CronExpressionModifier and TypeMethodDescriptionConfigurationScheduler.scheduleWithCron(CronExpression cronExpression, Runnable command) Creates and executes an action that first based on a cron expression.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 -
Uses of CronExpression in org.apache.logging.log4j.core.config.plugins.convert
Methods in org.apache.logging.log4j.core.config.plugins.convert that return CronExpressionModifier and TypeMethodDescription