Uses of Class
org.apache.commons.text.StrSubstitutor
Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
-
Uses of StrSubstitutor in org.apache.commons.text
Methods in org.apache.commons.text that return StrSubstitutor Modifier and Type Method Description StrSubstitutor
StrSubstitutor. setValueDelimiter(char valueDelimiter)
Deprecated.Sets the variable default value delimiter to use.StrSubstitutor
StrSubstitutor. setValueDelimiter(String valueDelimiter)
Deprecated.Sets the variable default value delimiter to use.StrSubstitutor
StrSubstitutor. setValueDelimiterMatcher(StrMatcher valueDelimiterMatcher)
Deprecated.Sets the variable default value delimiter matcher to use.StrSubstitutor
StrSubstitutor. setVariablePrefix(char prefix)
Deprecated.Sets the variable prefix to use.StrSubstitutor
StrSubstitutor. setVariablePrefix(String prefix)
Deprecated.Sets the variable prefix to use.StrSubstitutor
StrSubstitutor. setVariablePrefixMatcher(StrMatcher prefixMatcher)
Deprecated.Sets the variable prefix matcher currently in use.StrSubstitutor
StrSubstitutor. setVariableSuffix(char suffix)
Deprecated.Sets the variable suffix to use.StrSubstitutor
StrSubstitutor. setVariableSuffix(String suffix)
Deprecated.Sets the variable suffix to use.StrSubstitutor
StrSubstitutor. setVariableSuffixMatcher(StrMatcher suffixMatcher)
Deprecated.Sets the variable suffix matcher currently in use.