|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySource
Interface for a readable source of properties. PropertySource
instances
are used as input to a RandomizerFactory
.
Method Summary | |
---|---|
boolean |
containsKey(String key)
Does the specified property key exist? |
String |
get(String key)
Return the value of the specified property key |
Set<String> |
keys()
Return the set of all property keys |
String |
put(String key,
String value)
Set the value of the specified property key |
Method Detail |
---|
boolean containsKey(String key)
key
-
String get(String key)
key
-
String put(String key, String value)
key
- value
-
Set<String> keys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |