org.oddjob.arooa.parsing
Class ElementConfiguration

java.lang.Object
  extended by org.oddjob.arooa.parsing.ElementConfiguration
All Implemented Interfaces:
ArooaConfiguration

public class ElementConfiguration
extends Object
implements ArooaConfiguration

Create an ArooaConfgiguration out of a single element. Used for creating new configurations.

Author:
rob

Constructor Summary
ElementConfiguration(ArooaElement element)
           
 
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

ElementConfiguration

public ElementConfiguration(ArooaElement element)
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