org.cumt.tools.generators
Class BatchGenerator

java.lang.Object
  extended by org.cumt.tools.generators.AbstractGenerator
      extended by org.cumt.tools.generators.BatchGenerator
All Implemented Interfaces:
Generator

public class BatchGenerator
extends AbstractGenerator

FIXME Complete it

Author:
Carlos Descalzi

Field Summary
 
Fields inherited from class org.cumt.tools.generators.AbstractGenerator
eventSupport
 
Constructor Summary
BatchGenerator()
           
 
Method Summary
 void addGenerator(Generator generator)
           
 void addGenerator(int index, Generator generator)
           
 void generate()
           
 void removeGenerator(Generator generator)
           
 void removeGenerator(int index)
           
 
Methods inherited from class org.cumt.tools.generators.AbstractGenerator
addProgressListener, getBasePackage, getModel, getTargetDirectory, getUIClass, notifyFinalized, notifyProgress, notifyStarted, removeProgressListener, setBasePackage, setModel, setTargetDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchGenerator

public BatchGenerator()
Method Detail

generate

public void generate()
              throws java.io.IOException
Throws:
java.io.IOException

addGenerator

public void addGenerator(Generator generator)

removeGenerator

public void removeGenerator(Generator generator)

removeGenerator

public void removeGenerator(int index)

addGenerator

public void addGenerator(int index,
                         Generator generator)


Copyright © 2006 null. All Rights Reserved.