|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertiesManager in org.syphr.prom |
---|
Methods in org.syphr.prom that return PropertiesManager | ||
---|---|---|
PropertiesManager<T> |
PropertyEvent.getSource()
|
|
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. |
|
static
|
PropertiesManagers.newManager(File file,
File defaultFile,
Class<T> keyType)
Build a new manager for the given properties file. |
|
static
|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |