net.sf.jzeno.util
Class AbstractConfiguration

java.lang.Object
  extended by net.sf.jzeno.util.AbstractConfiguration

Deprecated. Take care of your own configuration management. No more mixing of application configuration and jzeno configuration !

public class AbstractConfiguration
extends java.lang.Object

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

AbstractConfiguration

protected AbstractConfiguration()
Deprecated. 
Method Detail

getBoolean

public boolean getBoolean(java.lang.String propertyKey)
Deprecated. 

getProperty

public java.lang.String getProperty(java.lang.String propertyKey)
Deprecated. 

Retrieves a named property from the configuration.


setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)
Deprecated.