| Interface | Description |
|---|---|
| IContextualOutputConfigurationProvider |
Interface for providing output configurations with a given context.
|
| IContextualOutputConfigurationProvider2 |
Interface for providing output configurations with a given context.
|
| IFilePostProcessor |
The
IFilePostProcessor allows to rewrite the contents that will
be written into a given file. |
| IFilePostProcessorExtension |
Extension interface to
IFilePostProcessor. |
| IFileSystemAccess | |
| IFileSystemAccess2 |
Abstraction for file system operations with the added value of a logical
path mapping (outlet).
|
| IFileSystemAccessExtension | |
| IFileSystemAccessExtension2 | |
| IFileSystemAccessExtension3 |
This class extends
IFileSystemAccess with the capability to write binary files. |
| IGenerator |
Interface for sequential code generators.
|
| IGenerator2 |
Replacement interface for the
IGenerator that adds support for parallel code generation. |
| IGeneratorContext | |
| IOutputConfigurationProvider |
Interface for providing default output configurations.
|
| IShouldGenerate | |
| JavaIoFileSystemAccess.IFileCallback | |
| URIBasedFileSystemAccess.BeforeDelete | |
| URIBasedFileSystemAccess.BeforeRead | |
| URIBasedFileSystemAccess.BeforeWrite |
| Class | Description |
|---|---|
| AbstractFileSystemAccess | |
| AbstractFileSystemAccess2 |
Abstract base class for file system access supporting
IFileSystemAccess2. |
| AbstractGenerator | |
| FileSystemAccessQueue | |
| FileSystemAccessRequest | |
| GeneratorComponent | |
| GeneratorComponent.Outlet | |
| GeneratorContext | |
| GeneratorDelegate | |
| IGenerator.NullGenerator | |
| InMemoryFileSystemAccess | |
| IOutputConfigurationProvider.Delegate | |
| IShouldGenerate.Always | |
| IShouldGenerate.OnlyWithoutErrors | |
| JavaIoFileSystemAccess | |
| LineSeparatorHarmonizer |
Replaces all line breaks with the configured line separator.
|
| OutputConfiguration | |
| OutputConfiguration.SourceMapping |
Specifies the output folder for a source folder (may be null, in which case the output folder of the enclosing
OutputConfiguration is used). |
| OutputConfigurationAdapter | |
| OutputConfigurationProvider | |
| URIBasedFileSystemAccess |
A file system access implementation that is based on EMF URIs and URIConverter
|