| Interface | Description |
|---|---|
| Transformer |
A
Transformer executes transformations by applying templates to source files and writing
the result to output files. |
| Class | Description |
|---|---|
| OutputFileSpec |
An
OutputFileSpec associates a File with a set of OpenOption to use when
opening the file for writing. |
| ParsedFile<T> |
Data class mapping a file to its parsed contents.
|
| TransformationSet |
A
TransformationSet transforms source files by applying templates loaded from template
files. |