Uses of Interface
org.ephman.abra.tools.Generator

Packages that use Generator
org.ephman.abra.tools   
org.ephman.abra.tools.plugins   
 

Uses of Generator in org.ephman.abra.tools
 

Subinterfaces of Generator in org.ephman.abra.tools
 interface ClassGenerator
          just a generator interface
 

Classes in org.ephman.abra.tools that implement Generator
 class JavaClassGenerator
          given a base output directory generate a class when given a JClass descriptor
 

Uses of Generator in org.ephman.abra.tools.plugins
 

Classes in org.ephman.abra.tools.plugins that implement Generator
 class GeneratorPlugin
          this class will describe the basics for adding a plugin to the abra generation framework callbacks when parsing xml for information storage and generation calls to run
 

Methods in org.ephman.abra.tools.plugins with parameters of type Generator
 void PluginGeneratorHandler.registerGenerator(Generator generator)
          before maptoJava works on an XML Doc -> register custom generators here so that later calls to handle{Class,Field}, or generate will include then