Modifier and Type | Class and Description |
---|---|
class |
ActivityTooltipResolver |
Modifier and Type | Class and Description |
---|---|
class |
ActivityTextResolver |
class |
BucketTextResolver |
class |
ConstraintTextResolver |
class |
GanttTextResolver<T> |
class |
GenericTextResolver |
class |
ResourceTextResolver |
class |
ShiftTextResolver |
Modifier and Type | Class and Description |
---|---|
class |
ZoomTextResolver |
Modifier and Type | Class and Description |
---|---|
class |
RecordLimitResolver
Simple TextReplacement, TextResolver that handled the :reportstoplimit variable
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTextResolver
Simple class to nest text resolvers.
|
class |
FunctionMapResolver
Resolves data using Map data and functions.
|
class |
MapResolver
Simple Text Resolver backed by a Map
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeTextResolver.add(TextReplacement.TextResolver resolver)
Add a new resolver to the list
|
static TextReplacement |
TextReplacement.newColonTextReplacement(TextReplacement.TextResolver resolver)
Creates a
TextReplacement for :VARNAME type of variables |
static TextReplacement |
TextReplacement.newDollarTextReplacement(TextReplacement.TextResolver resolver)
Creates a
TextReplacement for ${VARNAME} type of variables |
static TextReplacement |
TextReplacement.newMustacheTextReplacement(TextReplacement.TextResolver resolver)
Creates a mustache
TextReplacement for {{opt_prefix:VARNAME:opt_posfix}} type of variables
VARNAME can contain A-Z,0-9,and _ (underscore) |
static TextReplacement |
TextReplacement.newPrefixDollarTextReplacement(TextReplacement.TextResolver resolver)
Creates a
TextReplacement for ${opt_prefix:VARNAME:opt_posfix} type of variables
VARNAME can contain A-Z,0-9,and _ (underscore) |
Constructor and Description |
---|
CompositeTextResolver(TextReplacement.TextResolver... resolvers) |
TextReplacement(java.util.regex.Pattern pat,
TextReplacement.TextResolver resolver)
Creates a TextReplacement for the given regular expression and resolver.
|