Interface Generator

All Known Implementing Classes:
GenerateCodeGenerator

public interface Generator
This class is responsible for the generation of the sources and/or resources, depending on the Goal/Task.
Author:
etienne-sf
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Execution of the code generation.
  • Method Details

    • generateCode

      int generateCode() throws IOException
      Execution of the code generation. The generation is done on the data build by the #generateCodeDocumentParser
      Throws:
      MojoExecutionException
      IOException