Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(Object key) |
boolean |
getBooleanProperty(String name) |
boolean |
getBooleanProperty(String name,
boolean defaultValue) |
Collection<String> |
getChildrenNames(String parentKey)
Return all children property names of a parent property as a Collection
of String objects.
|
static JiveProperties |
getInstance()
Returns a singleton instance of JiveProperties.
|
String |
getProperty(String name,
String defaultValue) |
Collection<String> |
getPropertyNames()
Returns all property names as a Collection of String values.
|
void |
init()
For internal use only.
|
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> t) |
String |
remove(Object key) |
int |
size() |
Collection<String> |
values() |
public static JiveProperties getInstance()
public void init()
public boolean containsKey(Object key)
containsKey
in interface Map<String,String>
public boolean containsValue(Object value)
containsValue
in interface Map<String,String>
public Collection<String> getChildrenNames(String parentKey)
parentKey
- the name of the parent property.public Collection<String> getPropertyNames()
public boolean getBooleanProperty(String name)
public boolean getBooleanProperty(String name, boolean defaultValue)
Copyright © 2003-2008 Jive Software.