| Class and Description |
|---|
| AbstractGeneratorStrategy
Common base class for convenience method abstraction
|
| Generator
The Generator provides a basic interface for java code generation
|
| GeneratorStrategy
A strategy for naming various artefacts generated from
Definition's |
| GeneratorStrategy.Mode
The "mode" by which an artefact should be named
|
| GeneratorWriter
A wrapper for a
PrintWriter
This wrapper postpones the actual write to the wrapped PrintWriter
until all information about the target Java class is available. |
| JavaGenerator
A default implementation for code generation.
|
| JavaWriter
A wrapper for a
PrintWriter
This wrapper adds Java printing features to the general
GeneratorWriter |
Copyright © 2013. All Rights Reserved.