|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGeneralFileGenerator
This interface adds the generate method to the IGeneralGenerator interface
and thus enables an implementing class to create code.
This interface generetaes the code and creates a file which is returnd by the generate method.
| Method Summary | |
|---|---|
IFile |
generate()
Generate the code for the output file. |
java.lang.String |
getAbsoluteOutputLoacation()
Retrieve the absolute path to the file output location based on the initialized model |
| Methods inherited from interface ch.sahits.codegen.generator.IGeneralGenerator |
|---|
createModel, init, isGeneratedOutputFile |
| Method Detail |
|---|
IFile generate()
java.lang.String getAbsoluteOutputLoacation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||