|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrLookup | |
---|---|
org.apache.commons.lang3.text |
Provides classes for handling and manipulating text, partly as an extension to java.text . |
Uses of StrLookup in org.apache.commons.lang3.text |
---|
Methods in org.apache.commons.lang3.text that return StrLookup | ||
---|---|---|
StrLookup<?> |
StrSubstitutor.getVariableResolver()
Gets the VariableResolver that is used to lookup variables. |
|
static
|
StrLookup.mapLookup(Map<String,V> map)
Returns a lookup which looks up values using a map. |
|
static StrLookup<?> |
StrLookup.noneLookup()
Returns a lookup which always returns null. |
|
static StrLookup<String> |
StrLookup.systemPropertiesLookup()
Returns a lookup which uses System properties
to lookup the key to value. |
Methods in org.apache.commons.lang3.text with parameters of type StrLookup | |
---|---|
void |
StrSubstitutor.setVariableResolver(StrLookup<?> variableResolver)
Sets the VariableResolver that is used to lookup variables. |
Constructors in org.apache.commons.lang3.text with parameters of type StrLookup | |
---|---|
StrSubstitutor(StrLookup<?> variableResolver)
Creates a new instance and initializes it. |
|
StrSubstitutor(StrLookup<?> variableResolver,
String prefix,
String suffix,
char escape)
Creates a new instance and initializes it. |
|
StrSubstitutor(StrLookup<?> variableResolver,
StrMatcher prefixMatcher,
StrMatcher suffixMatcher,
char escape)
Creates a new instance and initializes it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |