org.ephman.abra.tools
Interface Generator

All Known Subinterfaces:
ClassGenerator
All Known Implementing Classes:
GeneratorPlugin, JavaClassGenerator

public interface Generator

just a generator interface

Version:
9/19/02
Author:
Paul M Bethe

Method Summary
 void close()
          incase files need to be closed or whatever
 void generate(JClass currentClass)
           
 

Method Detail

generate

public void generate(JClass currentClass)
              throws java.io.IOException,
                     SchemaException
java.io.IOException
SchemaException

close

public void close()
           throws java.io.IOException
incase files need to be closed or whatever

java.io.IOException