public interface RhapsodyFileMapper
lang_CG:Configuration:ExternalGeneratorFileMappingRules
= DefinedByGeneratorModifier and Type | Method and Description |
---|---|
java.lang.String |
addFileName(ModelElement element,
java.lang.String filename)
Add a filename to an element association list
Only 2 files are accepted by code generation, beyond the list is emptied.
|
java.lang.String |
addMainFileName(ModelElement element,
java.lang.String filename)
Define the single main file associated to the active configuration object
|
java.lang.String |
addMakeFileName(ModelElement element,
java.lang.String filename)
Define the single makefile associated to the active configuration object
|
java.lang.String |
addTargetFileName(ModelElement element,
java.lang.String filename)
Define the single target file (built application or library) associated
to the active configuration object
|
java.lang.String addFileName(ModelElement element, java.lang.String filename)
element
- A ModelElement-based object except
Configuration, for example: Package,
Class, Attribute, Operation, etc...filename
- full path filenamejava.lang.String addMainFileName(ModelElement element, java.lang.String filename)
element
- the active Configuration object onlyfilename
- full path filenamejava.lang.String addMakeFileName(ModelElement element, java.lang.String filename)
element
- the active Configuration object onlyfilename
- full path filenamejava.lang.String addTargetFileName(ModelElement element, java.lang.String filename)
element
- the active Configuration object onlyfilename
- full path filename