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 StringLookupStringSubstitutor. 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 StringSubstitutorStringSubstitutor. 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.
-