|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--org.apache.cocoon.framework.Configurations
This class encapsulates all the configurations needed by a Configurable class to work.
Fields inherited from class java.util.Properties |
defaults,
hexDigit,
keyValueSeparators,
serialVersionUID,
specialSaveChars,
strictKeyValueSeparators,
whiteSpaceChars |
Fields inherited from class java.util.Hashtable |
count,
ENTRIES,
entrySet,
KEYS,
keySet,
loadFactor,
modCount,
serialVersionUID,
table,
threshold,
values,
VALUES |
Constructor Summary | |
Configurations()
Create the class with empty defaults. |
|
Configurations(Configurations c)
Create the class with given defaults. |
Method Summary | |
java.lang.Object |
get(java.lang.String key)
Get the configuration. |
Configurations |
getConfigurations(java.lang.String base)
Create a subconfiguration starting from the base node. |
void |
set(java.lang.String key,
java.lang.Object value)
Set the configuration. |
Methods inherited from class java.util.Properties |
|
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
readObject,
rehash,
remove,
size,
toString,
values,
writeObject |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public Configurations()
public Configurations(Configurations c)
Method Detail |
public void set(java.lang.String key, java.lang.Object value)
public java.lang.Object get(java.lang.String key)
public Configurations getConfigurations(java.lang.String base)
|
Copyright (c) 1998 The Java Apache Project | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |