org.oddjob.arooa.design
Class DesignConfiguration
java.lang.Object
org.oddjob.arooa.design.DesignConfiguration
- All Implemented Interfaces:
- ArooaConfiguration
public class DesignConfiguration
- extends Object
- implements ArooaConfiguration
Creates an ArooaConfiguration
out of a
ParsableDesignInstance
so that a design can be parsed
with an ArooaParser
.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesignConfiguration
public DesignConfiguration(ParsableDesignInstance design)
parse
public ConfigurationHandle parse(ArooaContext parentContext)
throws ArooaParseException
- Description copied from interface:
ArooaConfiguration
- Parse the encapsulated configuration.
- Specified by:
parse
in interface ArooaConfiguration
- Parameters:
parentContext
- The parent context to use.
- Returns:
- A
ConfigurationHandle
.
- Throws:
ArooaParseException