| 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 and Description | 
|---|---|
StrLookup<?> | 
StrSubstitutor.getVariableResolver()
Deprecated.  
Gets the VariableResolver that is used to lookup variables. 
 | 
static <V> StrLookup<V> | 
StrLookup.mapLookup(Map<String,V> map)
Deprecated.  
Returns a lookup which looks up values using a map. 
 | 
static StrLookup<?> | 
StrLookup.noneLookup()
Deprecated.  
Returns a lookup which always returns null. 
 | 
static StrLookup<String> | 
StrLookup.systemPropertiesLookup()
Deprecated.  
Returns a new lookup which uses a copy of the current
  
System properties. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StrSubstitutor.setVariableResolver(StrLookup<?> variableResolver)
Deprecated.  
Sets the VariableResolver that is used to lookup variables. 
 | 
| Constructor and Description | 
|---|
StrSubstitutor(StrLookup<?> variableResolver)
Deprecated.  
Creates a new instance and initializes it. 
 | 
StrSubstitutor(StrLookup<?> variableResolver,
              String prefix,
              String suffix,
              char escape)
Deprecated.  
Creates a new instance and initializes it. 
 | 
StrSubstitutor(StrLookup<?> variableResolver,
              String prefix,
              String suffix,
              char escape,
              String valueDelimiter)
Deprecated.  
Creates a new instance and initializes it. 
 | 
StrSubstitutor(StrLookup<?> variableResolver,
              StrMatcher prefixMatcher,
              StrMatcher suffixMatcher,
              char escape)
Deprecated.  
Creates a new instance and initializes it. 
 | 
StrSubstitutor(StrLookup<?> variableResolver,
              StrMatcher prefixMatcher,
              StrMatcher suffixMatcher,
              char escape,
              StrMatcher valueDelimiterMatcher)
Deprecated.  
Creates a new instance and initializes it. 
 | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.