org.oddjob.arooa.standard
Class ValueConfigurationCreator

java.lang.Object
  extended by org.oddjob.arooa.standard.ValueConfigurationCreator
All Implemented Interfaces:
ElementAction<org.oddjob.arooa.standard.InstanceConfiguration>

public class ValueConfigurationCreator
extends Object
implements ElementAction<org.oddjob.arooa.standard.InstanceConfiguration>


Constructor Summary
ValueConfigurationCreator()
           
 
Method Summary
 org.oddjob.arooa.standard.InstanceConfiguration onElement(ArooaElement element, ArooaContext context)
          Perform an action on the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueConfigurationCreator

public ValueConfigurationCreator()
Method Detail

onElement

public org.oddjob.arooa.standard.InstanceConfiguration onElement(ArooaElement element,
                                                                 ArooaContext context)
Description copied from interface: ElementAction
Perform an action on the given element.

Specified by:
onElement in interface ElementAction<org.oddjob.arooa.standard.InstanceConfiguration>
Parameters:
element - The element.
context - The context.
Returns:
The thing created as a result.