org.oddjob.arooa.design
Class DesignConfiguration

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

Constructor Summary
DesignConfiguration(ParsableDesignInstance design)
           
 
Method Summary
 ConfigurationHandle parse(ArooaContext parentContext)
          Parse the encapsulated configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignConfiguration

public DesignConfiguration(ParsableDesignInstance design)
Method Detail

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