net.sf.doolin.oxml.config
Class AbstractOXMLConfig

java.lang.Object
  extended by 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

Constructor Summary
AbstractOXMLConfig()
           
 
Method Summary
 OXMLAction getRootAction()
          Returns the root action for this configuration.
protected  void setRootAction(OXMLAction rootAction)
          Defines the root action of this configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOXMLConfig

public AbstractOXMLConfig()
Method Detail

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.