Interface FileGenerator
-
- All Known Implementing Classes:
AbstractDartGenerator,AbstractFileGenerator,AbstractJavaGenerator,AbstractMessageGenerator,DartClassGenerator,DartEnumGenerator,DartLibGenerator,EnumGenerator,MessageGenerator,ReadOperationBuilder,WriteOperationBuilder
public interface FileGeneratorCommon interface for code generators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerate(Appendable out, int indent)Generates the file contents to the givenAppendable.
-
-
-
Method Detail
-
generate
void generate(Appendable out, int indent) throws IOException
Generates the file contents to the givenAppendable.- Parameters:
indent- The initial indentation level to start with.- Throws:
IOException
-
-