Uses of Class
org.syphr.prom.PropertiesManager

Uses of PropertiesManager in org.syphr.prom
 

Methods in org.syphr.prom that return PropertiesManager
 PropertiesManager<T> PropertyEvent.getSource()
           
static
<T extends Enum<T> & Defaultable>
PropertiesManager<T>
PropertiesManagers.newManager(File file, Class<T> keyType)
          Build a new manager for the given properties file.
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.
static
<T extends Enum<T> & Defaultable>
PropertiesManager<T>
PropertiesManagers.newManager(File file, Class<T> keyType, ExecutorService executor)
          Build a new manager for the given properties file.
static
<T extends Enum<T> & Defaultable>
PropertiesManager<T>
PropertiesManagers.newManager(File file, Class<T> keyType, Translator<T> translator, ExecutorService executor)
          Build a new manager for the given properties file.
static
<T extends Enum<T>>
PropertiesManager<T>
PropertiesManagers.newManager(File file, File defaultFile, Class<T> keyType)
          Build a new manager for the given properties file.
static
<T extends Enum<T>>
PropertiesManager<T>
PropertiesManagers.newManager(File file, File defaultFile, Class<T> keyType, ExecutorService executor)
          Build a new manager for the given properties file.
 

Constructors in org.syphr.prom with parameters of type PropertiesManager
PropertyEvent(PropertiesManager<T> source, T property)
          Construct a new event.
 



Copyright © 2010 syphr.org. All Rights Reserved.