org.kabeja.processing
Class AbstractConfigurable

java.lang.Object
  extended by org.kabeja.processing.AbstractConfigurable
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
AbstractPostProcessor, AbstractSAXGenerator, AbstractSAXSerializer

public abstract class AbstractConfigurable
extends java.lang.Object
implements Configurable


Field Summary
protected  java.util.Map properties
           
 
Constructor Summary
AbstractConfigurable()
           
 
Method Summary
 java.util.Map getProperties()
          Get the configuration Properties of the component.
 void setProperties(java.util.Map properties)
          Set configuration properties of the component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected java.util.Map properties
Constructor Detail

AbstractConfigurable

public AbstractConfigurable()
Method Detail

setProperties

public void setProperties(java.util.Map properties)
Description copied from interface: Configurable
Set configuration properties of the component

Specified by:
setProperties in interface Configurable

getProperties

public java.util.Map getProperties()
Description copied from interface: Configurable
Get the configuration Properties of the component.

Specified by:
getProperties in interface Configurable
Returns: