Class ProtocRunner

java.lang.Object
org.apache.hadoop.maven.plugin.protoc.ProtocRunner

public class ProtocRunner extends Object
Common execution for both the main and test protoc mojos.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    Compares include and source file checksums against previously computed checksums stored in a json file in the build directory.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProtocRunner(org.apache.maven.project.MavenProject project, File[] imports, File output, org.apache.maven.model.FileSet source, String protocCommand, String protocVersion, String checksumPath, org.apache.maven.plugin.AbstractMojo mojo, boolean test)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtocRunner

      public ProtocRunner(org.apache.maven.project.MavenProject project, File[] imports, File output, org.apache.maven.model.FileSet source, String protocCommand, String protocVersion, String checksumPath, org.apache.maven.plugin.AbstractMojo mojo, boolean test)
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException