|
Wildfire 3.0.1 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 Mappublic void clear()
clear in interface Mappublic boolean isEmpty()
isEmpty in interface Mappublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
values in interface Mappublic void putAll(Map t)
putAll in interface Mappublic Set entrySet()
entrySet in interface Mappublic Set keySet()
keySet in interface Mappublic Object get(Object key)
get in interface Mappublic 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
|
Wildfire 3.0.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||