Package | Description |
---|---|
org.apache.commons.lang3.text |
Provides classes for handling and manipulating text, partly as an extension to
java.text . |
Modifier and Type | Method | Description |
---|---|---|
StrSubstitutor |
StrSubstitutor.setValueDelimiter(char valueDelimiter) |
Sets the variable default value delimiter to use.
|
StrSubstitutor |
StrSubstitutor.setValueDelimiter(java.lang.String valueDelimiter) |
Sets the variable default value delimiter to use.
|
StrSubstitutor |
StrSubstitutor.setValueDelimiterMatcher(StrMatcher valueDelimiterMatcher) |
Sets the variable default value delimiter matcher to use.
|
StrSubstitutor |
StrSubstitutor.setVariablePrefix(char prefix) |
Sets the variable prefix to use.
|
StrSubstitutor |
StrSubstitutor.setVariablePrefix(java.lang.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(java.lang.String suffix) |
Sets the variable suffix to use.
|
StrSubstitutor |
StrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher) |
Sets the variable suffix matcher currently in use.
|
Copyright © 2001-2017 - Apache Software Foundation