orc.orchard
Class JobConfiguration

java.lang.Object
  extended by orc.orchard.JobConfiguration
All Implemented Interfaces:
java.io.Serializable

public class JobConfiguration
extends java.lang.Object
implements java.io.Serializable

JAXB does bad things if you extend another class which is not specifically designed to be JAXB-marshalled. So we can't inherit any implementation of this class, which is OK since it's trivial anyways.

Author:
quark
See Also:
Serialized Form

Field Summary
 boolean debuggable
           
 
Constructor Summary
JobConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debuggable

public boolean debuggable
Constructor Detail

JobConfiguration

public JobConfiguration()