Interface PluginExecutor

All Known Implementing Classes:
GenerateCodePluginExecutor, GenerateGraphQLSchemaPluginExecutor

public interface PluginExecutor
This class is responsible for the execution of the goal/task.
There should be one such component in the relevant package, for each goal.
Author:
etienne-sf
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Actual execution of the goal/task.
  • Method Details

    • execute

      void execute() throws Exception
      Actual execution of the goal/task.
      This method is the method called by the Maven and Gradle plugins. There should be one such component in the relevant package, for each goal.
      Throws:
      Exception