Package 

Interface TaskNode.DefinedTask


  • 
    interface TaskNode.DefinedTask
    
                        

    This is an abstraction above TaskDefinition that allows more flexibility for the implementing class name.

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Returns the name of the task
      abstract String getImplementingClassName() Returns the name of the class implementing the stage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait