org.oddjob.values
Class VariablesJobDescriptorFactory
java.lang.Object
org.oddjob.values.VariablesJobDescriptorFactory
- All Implemented Interfaces:
- ArooaDescriptorFactory
public class VariablesJobDescriptorFactory
- extends Object
- implements ArooaDescriptorFactory
A ArooaDescriptorFactory
for VariablesJob
. This is
required because the Variables Job needs it's own ArooaClass
to be able to set the properties correctly.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VARIABLES
public static final ArooaElement VARIABLES
VariablesJobDescriptorFactory
public VariablesJobDescriptorFactory()
createDescriptor
public ArooaDescriptor createDescriptor(ClassLoader classLoader)
- Description copied from interface:
ArooaDescriptorFactory
- Create an ArooaDesciptor.
- Specified by:
createDescriptor
in interface ArooaDescriptorFactory
- Parameters:
classLoader
- The classLoader to use.
- Returns:
- An ArooaDescriptor. May be null.