|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Evaluator in org.syphr.prom |
---|
Classes in org.syphr.prom that implement Evaluator | |
---|---|
class |
DefaultEvaluator
This Evaluator implementation seeks to work the same way property evaluation
works in Ant. |
Methods in org.syphr.prom that return Evaluator | |
---|---|
protected Evaluator |
PropertiesManager.getEvaluator()
Retrieve the object that converts nested property references into evaluated strings. |
Methods in org.syphr.prom with parameters of type Evaluator | ||
---|---|---|
static
|
PropertiesManagers.newManager(File file,
Class<T> keyType,
Evaluator evaluator,
ExecutorService executor)
Build a new manager for the given properties file. |
Constructors in org.syphr.prom with parameters of type Evaluator | |
---|---|
PropertiesManager(File file,
Properties defaults,
Translator<T> translator,
Evaluator evaluator,
ExecutorService executor)
Construct a new manager for the given properties file. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |