| Package | Description |
|---|---|
| org.ow2.proactive.process_tree_killer |
| Modifier and Type | Class and Description |
|---|---|
static class |
VariableResolver.ByMap<V>
VariableResolver backed by a Map. |
static class |
VariableResolver.Union<V>
Union of multiple
VariableResolver. |
| Modifier and Type | Field and Description |
|---|---|
static VariableResolver |
VariableResolver.NONE
Empty resolver that always returns null.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.replaceMacro(String s,
VariableResolver<String> resolver)
Replaces the occurrence of '$key' by resolver.get('key').
|
| Constructor and Description |
|---|
Union(VariableResolver<? extends V>... resolvers) |
| Constructor and Description |
|---|
Union(Collection<? extends VariableResolver<? extends V>> resolvers) |
Copyright © 2017. All rights reserved.