Uses of Interface
org.ow2.proactive.process_tree_killer.VariableResolver
| Package | Description |
|---|---|
| org.ow2.proactive.process_tree_killer |
-
Uses of VariableResolver in org.ow2.proactive.process_tree_killer
Classes in org.ow2.proactive.process_tree_killer that implement VariableResolver Modifier and Type Class Description static classVariableResolver.ByMap<V>VariableResolverbacked by aMap.static classVariableResolver.Union<V>Union of multipleVariableResolver.Fields in org.ow2.proactive.process_tree_killer declared as VariableResolver Modifier and Type Field Description static VariableResolverVariableResolver. NONEEmpty resolver that always returns null.Methods in org.ow2.proactive.process_tree_killer with parameters of type VariableResolver Modifier and Type Method Description static java.lang.StringUtil. replaceMacro(java.lang.String s, VariableResolver<java.lang.String> resolver)Replaces the occurrence of '$key' by resolver.get('key').Constructors in org.ow2.proactive.process_tree_killer with parameters of type VariableResolver Constructor Description Union(VariableResolver<? extends V>... resolvers)Constructor parameters in org.ow2.proactive.process_tree_killer with type arguments of type VariableResolver Constructor Description Union(java.util.Collection<? extends VariableResolver<? extends V>> resolvers)