Uses of Interface
org.apache.felix.gogo.runtime.Evaluate
Packages that use Evaluate
-
Uses of Evaluate in org.apache.felix.gogo.runtime
Classes in org.apache.felix.gogo.runtime that implement EvaluateFields in org.apache.felix.gogo.runtime declared as EvaluateMethods in org.apache.felix.gogo.runtime with parameters of type EvaluateModifier and TypeMethodDescriptionstatic ObjectExpander.expand(CharSequence word, Evaluate eval) expand variables, quotes and escapes in word.private static ObjectExpander.expand(CharSequence word, Evaluate eval, boolean inQuote) private static ObjectExpander.expand(CharSequence word, Evaluate eval, boolean inQuote, boolean generateFileNames, boolean semanticJoin, boolean unquote, boolean asPattern) Constructors in org.apache.felix.gogo.runtime with parameters of type EvaluateModifierConstructorDescriptionExpander(CharSequence text, Evaluate evaluate, boolean inQuote, boolean generateFileNames, boolean semanticJoin, boolean unquote, boolean asPattern)