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