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