| Package | Description | 
|---|---|
| org.apache.commons.text | Basic classes for text handling. | 
| Modifier and Type | Method and Description | 
|---|---|
| StringSubstitutor | StringSubstitutor. setDisableSubstitutionInValues(boolean disableSubstitutionInValues)Sets a flag whether substitution is done in variable values (recursive). | 
| StringSubstitutor | StringSubstitutor. setEnableSubstitutionInVariables(boolean enableSubstitutionInVariables)Sets a flag whether substitution is done in variable names. | 
| StringSubstitutor | StringSubstitutor. setEscapeChar(char escapeCharacter)Sets the escape character. | 
| StringSubstitutor | StringSubstitutor. setPreserveEscapes(boolean preserveEscapes)Sets a flag controlling whether escapes are preserved during substitution. | 
| StringSubstitutor | StringSubstitutor. setValueDelimiter(char valueDelimiter)Sets the variable default value delimiter to use. | 
| StringSubstitutor | StringSubstitutor. setValueDelimiter(String valueDelimiter)Sets the variable default value delimiter to use. | 
| StringSubstitutor | StringSubstitutor. setValueDelimiterMatcher(StringMatcher valueDelimiterMatcher)Sets the variable default value delimiter matcher to use. | 
| StringSubstitutor | StringSubstitutor. setVariablePrefix(char prefix)Sets the variable prefix to use. | 
| StringSubstitutor | StringSubstitutor. setVariablePrefix(String prefix)Sets the variable prefix to use. | 
| StringSubstitutor | StringSubstitutor. setVariablePrefixMatcher(StringMatcher prefixMatcher)Sets the variable prefix matcher currently in use. | 
| StringSubstitutor | StringSubstitutor. setVariableResolver(StringLookup variableResolver)Sets the VariableResolver that is used to lookup variables. | 
| StringSubstitutor | StringSubstitutor. setVariableSuffix(char suffix)Sets the variable suffix to use. | 
| StringSubstitutor | StringSubstitutor. setVariableSuffix(String suffix)Sets the variable suffix to use. | 
| StringSubstitutor | StringSubstitutor. setVariableSuffixMatcher(StringMatcher suffixMatcher)Sets the variable suffix matcher currently in use. | 
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.