com.massimo.tools.scriptrunner.unused
Class AbstractGenerator

java.lang.Object
  extended by com.massimo.tools.scriptrunner.AbstractTask
      extended by com.massimo.tools.scriptrunner.unused.AbstractGenerator
All Implemented Interfaces:
Task

public abstract class AbstractGenerator
extends AbstractTask

Abstract parent class for Generators. Concrete generators implement generateBodies() to produce a list of task element bodies, which are wrapped in task elements based on the template. The text of the input element is passed to generateBodies. A Compound container is created for the list of tasks, with all the attributes except name and type of the original Generator task. The TaskFactory creates a Task object from this, which is then processed.