|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrSubstitutor | |
---|---|
org.apache.commons.lang.text |
Provides classes for handling and manipulating text, partly as an extension to java.text . |
Uses of StrSubstitutor in org.apache.commons.lang.text |
---|
Methods in org.apache.commons.lang.text that return StrSubstitutor | |
---|---|
StrSubstitutor |
StrSubstitutor.setVariablePrefix(char prefix)
Sets the variable prefix to use. |
StrSubstitutor |
StrSubstitutor.setVariablePrefix(String prefix)
Sets the variable prefix to use. |
StrSubstitutor |
StrSubstitutor.setVariablePrefixMatcher(StrMatcher prefixMatcher)
Sets the variable prefix matcher currently in use. |
StrSubstitutor |
StrSubstitutor.setVariableSuffix(char suffix)
Sets the variable suffix to use. |
StrSubstitutor |
StrSubstitutor.setVariableSuffix(String suffix)
Sets the variable suffix to use. |
StrSubstitutor |
StrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher)
Sets the variable suffix matcher currently in use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |