Enhydra 5.1 API

Package org.enhydra.tool.codegen

This package contains the core classes and interfaces that make up the CodeGen framework.

See:
          Description

Interface Summary
Constants  
Generator Interface for defining generators.
 

Class Summary
CodeGen Main class for CodeGen wizard and command line interface.
GeneratorOption GeneratorOption define a generator specific option for CodeGen.
Main  
OptionSet An OptionSet is a utility class for working with GeneratorOptions
ProjectGenerator  
ProjectOptionSet This class instantiates a set of default GeneratorOptions during initialization.
ProjectReplacementSet This class instantiates a set of default Replacements during initialization.
ProjectTemplateFilter  
TemplateDrivenGenerator A partial implementation of the Generator interface that works with template files.
ValidationUtil This class instantiates a set of default GeneratorOptions during initialization.
 

Exception Summary
GeneratorException The GeneratorException is thrown when generation could not be completed or when setting invalid values for genertion options.
ValidationException The ValidationException can be thrown when validating option values.
 

Package org.enhydra.tool.codegen Description

This package contains the core classes and interfaces that make up the CodeGen framework. It does not include any completed Generator implementations or swing components. CodeGen is the main application class that you can use to launch a wizard or as a commmand line utility.


Enhydra 5.1 API