Uses of Interface
org.syphr.prom.Defaultable

Uses of Defaultable in org.syphr.prom
 

Methods in org.syphr.prom with type parameters of type Defaultable
static
<T extends Enum<T> & Defaultable>
Properties
PropertiesManagers.getDefaultProperties(Class<T> keyType, Translator<T> translator)
          Retrieve a Properties instance that contains all of the default values defined for the given Defaultable.
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.
 



Copyright © 2010 syphr.org. All Rights Reserved.