org.oddjob.arooa.parsing
Class ElementConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementConfiguration
public ElementConfiguration(ArooaElement element)
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