Package org.eclipse.etrice.generator.base

Interface Summary
IFileFilter  
ILineOutput  
ILineOutputLogger An ILineOutputLogger will send its output to the specified ILogger if one is set.
ILogger A simple logger interface for error messages during model validation and code generation.
IRoomGenerator  
ITranslationProvider  
 

Class Summary
AbstractGenerator  
DefaultTranslationProvider  
DependencyManager a class that computes dependencies of ROOM models.
DetailCodeTranslator  
Diagnostician  
FileSystemHelpers  
FolderFilter  
GenDir  
GeneratorBaseModule  
GenFile this object represents an (generated) file in a file system
GenFileTreeBuilder  
GenItem  
Indexed<T> helper class to associate indices with collection items
Logger a simple logger class implementing the ILineOutputLogger interface.
RecordingFileSystemAccess a JavaIoFileSystemAccess which is recording the generated files
StdLineOutput A line output that prints to System.out