Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
Modifier and Type | Method and Description |
---|---|
StrLookup<?> |
StrSubstitutor.getVariableResolver()
Gets the VariableResolver that is used to lookup variables.
|
static <V> StrLookup<V> |
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 new lookup which uses a copy of the current
System properties . |
Modifier and Type | Method and Description |
---|---|
void |
StrSubstitutor.setVariableResolver(StrLookup<?> variableResolver)
Sets the VariableResolver that is used to lookup variables.
|
Constructor and Description |
---|
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,
String prefix,
String suffix,
char escape,
String valueDelimiter)
Creates a new instance and initializes it.
|
StrSubstitutor(StrLookup<?> variableResolver,
StrMatcher prefixMatcher,
StrMatcher suffixMatcher,
char escape)
Creates a new instance and initializes it.
|
StrSubstitutor(StrLookup<?> variableResolver,
StrMatcher prefixMatcher,
StrMatcher suffixMatcher,
char escape,
StrMatcher valueDelimiterMatcher)
Creates a new instance and initializes it.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.