|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.util.AbstractConfiguration
public class AbstractConfiguration
AbstractConfiguration represents all configurable system properties. How these properties will be set/stored, is of no importance, we just need a unified way of accessing abstract 'properties'.
Constructor Summary | |
---|---|
protected |
AbstractConfiguration()
Deprecated. |
Method Summary | |
---|---|
boolean |
getBoolean(java.lang.String propertyKey)
Deprecated. |
java.lang.String |
getProperty(java.lang.String propertyKey)
Deprecated. Retrieves a named property from the configuration. |
void |
setProperty(java.lang.String key,
java.lang.String value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractConfiguration()
Method Detail |
---|
public boolean getBoolean(java.lang.String propertyKey)
public java.lang.String getProperty(java.lang.String propertyKey)
Retrieves a named property from the configuration.
public void setProperty(java.lang.String key, java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |