Uses of Interface
com.oracle.coherence.concurrent.executor.util.CronPattern.ValueParser
-
Packages that use CronPattern.ValueParser Package Description com.oracle.coherence.concurrent.executor.util -
-
Uses of CronPattern.ValueParser in com.oracle.coherence.concurrent.executor.util
Fields in com.oracle.coherence.concurrent.executor.util declared as CronPattern.ValueParser Modifier and Type Field Description protected static CronPattern.ValueParserCronPattern. DAY_OF_MONTH_VALUE_PARSERThe parser for the day of month values.protected static CronPattern.ValueParserCronPattern. DAY_OF_WEEK_VALUE_PARSERThe parser for the day of week values.protected static CronPattern.ValueParserCronPattern. HOUR_VALUE_PARSERThe parser for the hour values.protected static CronPattern.ValueParserCronPattern. MINUTE_VALUE_PARSERThe parser for the minute values.protected static CronPattern.ValueParserCronPattern. MONTH_VALUE_PARSERThe parser for the month values.Methods in com.oracle.coherence.concurrent.executor.util with parameters of type CronPattern.ValueParser Modifier and Type Method Description protected com.tangosol.util.function.Remote.Predicate<?>CronPattern. buildPredicate(String sPattern, CronPattern.ValueParser parser)A Predicate utility builder.protected List<Integer>CronPattern. parseListElement(String sElement, CronPattern.ValueParser parser)Parses an individual part/element of the crontab configuration.protected List<Integer>CronPattern. parseRange(String sRange, CronPattern.ValueParser parser)Parses a range of values.
-