|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Defaultable in org.syphr.prom |
---|
Methods in org.syphr.prom with type parameters of type Defaultable | ||
---|---|---|
static
|
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
|
PropertiesManagers.newManager(File file,
Class<T> keyType)
Build a new manager for the given properties file. |
|
static
|
PropertiesManagers.newManager(File file,
Class<T> keyType,
Evaluator evaluator,
ExecutorService executor)
Build a new manager for the given properties file. |
|
static
|
PropertiesManagers.newManager(File file,
Class<T> keyType,
ExecutorService executor)
Build a new manager for the given properties file. |
|
static
|
PropertiesManagers.newManager(File file,
Class<T> keyType,
Translator<T> translator,
ExecutorService executor)
Build a new manager for the given properties file. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |