Skip navigation links
C F G I N O P R S T U V 

C

CronExpressionDescriptor - Class in it.burning.cron
 
CronExpressionDescriptor() - Constructor for class it.burning.cron.CronExpressionDescriptor
Empty constructor
CronExpressionDescriptor(String) - Constructor for class it.burning.cron.CronExpressionDescriptor
Constructor (default system locale)
CronExpressionDescriptor(String, CronExpressionParser.Options) - Constructor for class it.burning.cron.CronExpressionDescriptor
Constructor
CronExpressionDescriptor.DescriptionType - Enum in it.burning.cron
 
CronExpressionParseException(String, CronExpressionParser.CronExpressionPart) - Constructor for exception it.burning.cron.CronExpressionParser.CronExpressionParseException
 
CronExpressionParser - Class in it.burning.cron
 
CronExpressionParser(String) - Constructor for class it.burning.cron.CronExpressionParser
Constructor (Init with default options)
CronExpressionParser(String, CronExpressionParser.Options) - Constructor for class it.burning.cron.CronExpressionParser
Constructor
CronExpressionParser.CronExpressionParseException - Exception in it.burning.cron
 
CronExpressionParser.CronExpressionPart - Enum in it.burning.cron
 
CronExpressionParser.Day - Enum in it.burning.cron
 
CronExpressionParser.Month - Enum in it.burning.cron
 
CronExpressionParser.Options - Class in it.burning.cron
 

F

formatTime(String, String) - Method in class it.burning.cron.CronExpressionDescriptor
Given time parts, will contruct a formatted time description
formatTime(String, String, String) - Method in class it.burning.cron.CronExpressionDescriptor
Given time parts, will contruct a formatted time description

G

GenerateBetweenSegmentDescription(String, CronExpressionDescriptor.GetDescription, CronExpressionDescriptor.GetDescription) - Method in class it.burning.cron.CronExpressionDescriptor
Generates the between segment description
GetDayOfMonthDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the DAYOFMONTH portion of the expression
GetDayOfWeekDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the DAYOFWEEK portion of the expression
getDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Get the full description for the currently configured expression and options
getDescription(CronExpressionDescriptor.DescriptionType) - Method in class it.burning.cron.CronExpressionDescriptor
Generates a human readable String for the Cron Expression
getDescription(String) - Static method in class it.burning.cron.CronExpressionDescriptor
Generates a human readable String for the Cron Expression
getDescription(String, CronExpressionParser.Options) - Static method in class it.burning.cron.CronExpressionDescriptor
Generates a human readable String for the Cron Expression
getFullDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates the FULL description
GetHoursDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the HOUR portion of the expression
getLocale() - Method in class it.burning.cron.CronExpressionDescriptor
 
getLocale() - Method in class it.burning.cron.CronExpressionParser.Options
 
getLocalization() - Method in class it.burning.cron.CronExpressionDescriptor
 
GetMinutesDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the MINUTE portion of the expression
GetMonthDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the MONTH portion of the expression
getOptions() - Method in class it.burning.cron.CronExpressionDescriptor
 
getPart() - Method in exception it.burning.cron.CronExpressionParser.CronExpressionParseException
 
GetSecondsDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the SECONDS portion of the expression
getSegmentDescription(String, String, CronExpressionDescriptor.GetDescription, CronExpressionDescriptor.GetDescription, CronExpressionDescriptor.GetDescription, CronExpressionDescriptor.GetDescription, CronExpressionDescriptor.GetDescription) - Method in class it.burning.cron.CronExpressionDescriptor
Generates the segment description
getString(String) - Method in class it.burning.cron.CronExpressionDescriptor
Gets a localized String resource
getString(String, boolean) - Method in class it.burning.cron.CronExpressionDescriptor
Gets a localized String resource, optionally returns an empty string or the requested resource name if the resource is not found within the localzation packages
getString(String) - Method in class it.burning.cron.CronExpressionParser
Gets a localized String resource
GetTimeOfDayDescription() - Method in class it.burning.cron.CronExpressionDescriptor
Generates a description for only the TIMEOFDAY portion of the expression
getValue() - Method in enum it.burning.cron.CronExpressionParser.CronExpressionPart
 
group(int) - Method in class it.burning.utils.RxReplace
Returns the input subsequence captured by the given group during the previous match operation.

I

isThrowExceptionOnParseError() - Method in class it.burning.cron.CronExpressionParser.Options
 
isUse24HourTimeFormat() - Method in class it.burning.cron.CronExpressionDescriptor
 
isUse24HourTimeFormat() - Method in class it.burning.cron.CronExpressionParser.Options
 
isUseJavaEeScheduleExpression() - Method in class it.burning.cron.CronExpressionParser.Options
 
isVerbose() - Method in class it.burning.cron.CronExpressionParser.Options
 
it.burning.cron - package it.burning.cron
 
it.burning.utils - package it.burning.utils
 

N

newBundle(String, Locale, String, ClassLoader, boolean) - Method in class it.burning.utils.UTF8Control
 

O

Options() - Constructor for class it.burning.cron.CronExpressionParser.Options
Constructor
Options(boolean, boolean, boolean, boolean, Locale) - Constructor for class it.burning.cron.CronExpressionParser.Options
\ Constructor

P

parse() - Method in class it.burning.cron.CronExpressionParser
Parses the cron expression string

R

replace(CharSequence) - Method in class it.burning.utils.RxReplace
Returns the result of rewriting 'original' by invoking the method 'replacement' for each match of the regular expression supplied to the constructor
replacement() - Method in class it.burning.utils.RxReplace
Overridden to compute a replacement for each match.
RxReplace - Class in it.burning.utils
 
RxReplace(String) - Constructor for class it.burning.utils.RxReplace
Constructor

S

setDefaultLocale(String) - Static method in class it.burning.cron.CronExpressionDescriptor
Set the default locale to be used
setDefaultLocale(Locale) - Static method in class it.burning.cron.CronExpressionDescriptor
Set the default locale to be used
setDefaultLocale() - Static method in class it.burning.cron.CronExpressionDescriptor
Set the default locale of the JVM instance we're running in
setExpression(String) - Method in class it.burning.cron.CronExpressionDescriptor
Set the expression that this instance will process next time the CronExpressionDescriptor.getDescription(DescriptionType) is called.
setExpression(String, CronExpressionParser.Options) - Method in class it.burning.cron.CronExpressionDescriptor
Set the expression and options that this instance will process next time the CronExpressionDescriptor.getDescription(DescriptionType) is called.
setLocale(String) - Method in class it.burning.cron.CronExpressionParser.Options
 
setLocale(Locale) - Method in class it.burning.cron.CronExpressionParser.Options
 
setOptions(CronExpressionParser.Options) - Method in class it.burning.cron.CronExpressionDescriptor
 
setThrowExceptionOnParseError(boolean) - Method in class it.burning.cron.CronExpressionParser.Options
 
setUse24HourTimeFormat(boolean) - Method in class it.burning.cron.CronExpressionParser.Options
 
setUseJavaEeScheduleExpression(boolean) - Method in class it.burning.cron.CronExpressionParser.Options
 
setVerbose(boolean) - Method in class it.burning.cron.CronExpressionParser.Options
 

T

transformVerbosity(String, boolean) - Method in class it.burning.cron.CronExpressionDescriptor
Transforms the verbosity of the expression description by stripping verbosity from original description

U

UTF8Control - Class in it.burning.utils
 
UTF8Control() - Constructor for class it.burning.utils.UTF8Control
 

V

valueOf(String) - Static method in enum it.burning.cron.CronExpressionDescriptor.DescriptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.burning.cron.CronExpressionParser.CronExpressionPart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.burning.cron.CronExpressionParser.Day
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.burning.cron.CronExpressionParser.Month
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.burning.cron.CronExpressionDescriptor.DescriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.burning.cron.CronExpressionParser.CronExpressionPart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.burning.cron.CronExpressionParser.Day
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.burning.cron.CronExpressionParser.Month
Returns an array containing the constants of this enum type, in the order they are declared.
C F G I N O P R S T U V 
Skip navigation links