java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.tools.plugin.util.stubs.MojoStub
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class MojoStub extends org.apache.maven.plugin.AbstractMojo
Dummy Mojo.
  • Constructor Details

  • Method Details

    • getLog

      public org.apache.maven.plugin.logging.Log getLog()
      Specified by:
      getLog in interface org.apache.maven.plugin.Mojo
      Overrides:
      getLog in class org.apache.maven.plugin.AbstractMojo
    • getPluginContext

      Specified by:
      getPluginContext in interface org.apache.maven.plugin.ContextEnabled
      Overrides:
      getPluginContext in class org.apache.maven.plugin.AbstractMojo
    • setLog

      public void setLog(org.apache.maven.plugin.logging.Log log)
      Specified by:
      setLog in interface org.apache.maven.plugin.Mojo
      Overrides:
      setLog in class org.apache.maven.plugin.AbstractMojo
    • setPluginContext

      public void setPluginContext(Map pluginContext)
      Specified by:
      setPluginContext in interface org.apache.maven.plugin.ContextEnabled
      Overrides:
      setPluginContext in class org.apache.maven.plugin.AbstractMojo
    • clone

      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • execute

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