ch.sahits.codegen.generator
Interface IGeneralStringGenerator
- All Superinterfaces:
- IGeneralGenerator
- All Known Implementing Classes:
- PHPCodeGenerator
public interface IGeneralStringGenerator
- extends IGeneralGenerator
This interface adds the generate method to the IGeneralGenerator interface
and thus enables an implementing class to create code.
This interface generetaes the code as a String which represents the contents of the file to
be generated
- Since:
- 1.2.0
- Author:
- Andi Hotz
|
Method Summary |
java.lang.String |
generate()
Generate the code for the output file. |
generate
java.lang.String generate()
- Generate the code for the output file.
- Returns:
- String representing the file