net.sf.doolin.oxml.config
Class AbstractOXMLConfig
java.lang.Object
net.sf.doolin.oxml.config.AbstractOXMLConfig
- All Implemented Interfaces:
- OXMLConfig
- Direct Known Subclasses:
- XMLOXMLConfig
public abstract class AbstractOXMLConfig
- extends Object
- implements OXMLConfig
Abstract utility ancestor.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOXMLConfig
public AbstractOXMLConfig()
getRootAction
public OXMLAction getRootAction()
- Description copied from interface:
OXMLConfig
- Returns the root action for this configuration.
- Specified by:
getRootAction in interface OXMLConfig
- Returns:
- Action
setRootAction
protected void setRootAction(OXMLAction rootAction)
- Defines the root action of this configuration
- Parameters:
rootAction - Root action
Copyright © 2011. All Rights Reserved.