Interface Generator<O>


  • public interface Generator<O>
    • Method Detail

      • generate

        java.util.Optional<java.lang.String> generate​(BuildContext context,
                                                      O options)
                                               throws java.lang.Exception
        Generate files
        Parameters:
        context - the context
        options - a spec interface
        Returns:
        set of modified files
        Throws:
        java.lang.Exception