Uses of Interface
com.intergral.deep.agent.api.utils.string.lookup.StringLookup
-
Packages that use StringLookup Package Description com.intergral.deep.agent.api.utils.string -
-
Uses of StringLookup in com.intergral.deep.agent.api.utils.string
Methods in com.intergral.deep.agent.api.utils.string that return StringLookup Modifier and Type Method Description StringLookup
StringSubstitutor. getStringLookup()
Gets the StringLookup that is used to lookup variables.Methods in com.intergral.deep.agent.api.utils.string with parameters of type StringLookup Modifier and Type Method Description StringSubstitutor
StringSubstitutor. setVariableResolver(StringLookup variableResolver)
Sets the VariableResolver that is used to lookup variables.Constructors in com.intergral.deep.agent.api.utils.string with parameters of type StringLookup Constructor Description StringSubstitutor(StringLookup variableResolver)
Creates a new instance and initializes it.StringSubstitutor(StringLookup variableResolver, StringMatcher prefixMatcher, StringMatcher suffixMatcher, char escape, StringMatcher valueDelimiterMatcher)
Creates a new instance and initializes it.
-