Uses of Interface
org.syphr.prom.Evaluator

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
<T extends Enum<T> & Defaultable>
PropertiesManager<T>
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.
 



Copyright © 2010-2012 Gregory P. Moyer. All Rights Reserved.