Uses of Class
org.apache.commons.lang.text.StrLookup
Packages that use StrLookup
Package
Description
Provides classes for handling and manipulating text, partly as an extension to
java.text.-
Uses of StrLookup in org.apache.commons.lang.text
Subclasses of StrLookup in org.apache.commons.lang.textModifier and TypeClassDescription(package private) static classLookup implementation that uses a Map.Fields in org.apache.commons.lang.text declared as StrLookupModifier and TypeFieldDescriptionprivate static final StrLookupStrLookup.NONE_LOOKUPLookup that always returns null.private static final StrLookupStrLookup.SYSTEM_PROPERTIES_LOOKUPLookup that uses System properties.private StrLookupStrSubstitutor.variableResolverVariable resolution is delegated to an implementor of VariableResolver.Methods in org.apache.commons.lang.text that return StrLookupModifier and TypeMethodDescriptionStrSubstitutor.getVariableResolver()Gets the VariableResolver that is used to lookup variables.static StrLookupReturns a lookup which looks up values using a map.static StrLookupStrLookup.noneLookup()Returns a lookup which always returns null.static StrLookupStrLookup.systemPropertiesLookup()Returns a lookup which usesSystem propertiesto lookup the key to value.Methods in org.apache.commons.lang.text with parameters of type StrLookupModifier and TypeMethodDescriptionvoidStrSubstitutor.setVariableResolver(StrLookup variableResolver) Sets the VariableResolver that is used to lookup variables.Constructors in org.apache.commons.lang.text with parameters of type StrLookupModifierConstructorDescriptionStrSubstitutor(StrLookup variableResolver) Creates a new instance and initializes it.StrSubstitutor(StrLookup variableResolver, String prefix, String suffix, char escape) Creates a new instance and initializes it.StrSubstitutor(StrLookup variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape) Creates a new instance and initializes it.