Package | Description |
---|---|
com.ibm.tivoli.maximo.report.birt.queue | |
com.ibm.tivoli.maximo.util |
Modifier and Type | Class and Description |
---|---|
class |
RecordLimitResolver
Simple TextReplacement, TextResolver that handled the :reportstoplimit variable
|
Modifier and Type | Class and Description |
---|---|
class |
MapResolver
Simple Text Resolver backed by a Map
|
Modifier and Type | Method and Description |
---|---|
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 |
Constructor and Description |
---|
TextReplacement(java.util.regex.Pattern pat,
TextReplacement.TextResolver resolver)
Creates a TextReplacement for the given regular expression and resolver.
|