|
Jive Messenger 2.2.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.util.JiveProperties
public class JiveProperties
Retrieves and stores Jive properties. Properties are stored in the database.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
void |
clear()
|
boolean |
containsKey(Object key)
|
boolean |
containsValue(Object value)
|
Set |
entrySet()
|
Object |
get(Object key)
|
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. |
Collection<String> |
getPropertyNames()
Returns all property names as a Collection of String values. |
void |
init()
For internal use only. |
boolean |
isEmpty()
|
Set |
keySet()
|
Object |
put(Object key,
Object value)
|
void |
putAll(Map t)
|
Object |
remove(Object key)
|
int |
size()
|
Collection |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public static JiveProperties getInstance()
public void init()
public int size()
size
in interface Map
public void clear()
clear
in interface Map
public boolean isEmpty()
isEmpty
in interface Map
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
values
in interface Map
public void putAll(Map t)
putAll
in interface Map
public Set entrySet()
entrySet
in interface Map
public Set keySet()
keySet
in interface Map
public Object get(Object key)
get
in interface Map
public Collection<String> getChildrenNames(String parentKey)
parentKey
- the name of the parent property.
public Collection<String> getPropertyNames()
public Object remove(Object key)
remove
in interface Map
public Object put(Object key, Object value)
put
in interface Map
|
Jive Messenger 2.2.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |