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 EvaluateMethods in org.apache.felix.gogo.runtime with parameters of type EvaluateModifier and TypeMethodDescriptionstatic Object
Expander.expand
(CharSequence word, Evaluate eval) expand variables, quotes and escapes in word.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)