Interface | Description |
---|---|
FileGenerator |
The FileGenerator interface is a base interface to be implemented by
all code file generators.
|
STBuilder |
The STBuilder interface is a base interface for all objects that
are responsible for initialization of class file templates.
|
Class | Description |
---|---|
PackageInfo |
The PackageInfo class holds information on package structure and names of generated Java classes.
|
STFileGenerator |
The STFileGenerator class implements logic that generates a source code file
from string templates.
|