Uses of Class
org.apache.commons.lang.text.StrSubstitutor
- 
Packages that use StrSubstitutor Package Description org.apache.commons.lang.text Provides classes for handling and manipulating text, partly as an extension tojava.text. - 
- 
Uses of StrSubstitutor in org.apache.commons.lang.text
Methods in org.apache.commons.lang.text that return StrSubstitutor Modifier and Type Method Description StrSubstitutorStrSubstitutor. setVariablePrefix(char prefix)Sets the variable prefix to use.StrSubstitutorStrSubstitutor. setVariablePrefix(String prefix)Sets the variable prefix to use.StrSubstitutorStrSubstitutor. setVariablePrefixMatcher(StrMatcher prefixMatcher)Sets the variable prefix matcher currently in use.StrSubstitutorStrSubstitutor. setVariableSuffix(char suffix)Sets the variable suffix to use.StrSubstitutorStrSubstitutor. setVariableSuffix(String suffix)Sets the variable suffix to use.StrSubstitutorStrSubstitutor. setVariableSuffixMatcher(StrMatcher suffixMatcher)Sets the variable suffix matcher currently in use. 
 -