|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Setting
A Setting is key identifying a single configurable value. Declare an Enum to implement Setting.
Nested Class Summary | |
---|---|
static interface |
Setting.Settings<E extends Enum<E> & Setting>
A map of Setting keys to arbitrary values. |
Method Summary | |
---|---|
Object |
get(PropertyKey key)
|
Map<PropertyKey,Object> |
properties()
|
Method Detail |
---|
Object get(PropertyKey key)
Map<PropertyKey,Object> properties()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |