org.enhydra.tool.codegen |
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.
|
Java Source File Name | Type | Comment |
CodeGen.java | Class | Main class for CodeGen wizard and command line interface. |
Constants.java | Interface | |
Generator.java | Interface | Interface for defining generators. |
GeneratorException.java | Class | The GeneratorException is thrown when generation could not be completed
or when setting invalid values for genertion options. |
GeneratorOption.java | Class | GeneratorOption define a generator specific option for CodeGen. |
Main.java | Class | |
OptionSet.java | Class | |
ProjectGenerator.java | Class | |
ProjectOptionSet.java | Class | This class instantiates a set of default GeneratorOptions during
initialization. |
ProjectReplacementSet.java | Class | This class instantiates a set of default Replacements during
initialization. |
ProjectTemplateFilter.java | Class | |
TemplateDrivenGenerator.java | Class | A partial implementation of the Generator interface that works with
template files. |
ValidationException.java | Class | The ValidationException can be thrown when validating option values. |
ValidationUtil.java | Class | This class instantiates a set of default GeneratorOptions during
initialization. |