Class MojoStub
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
Dummy Mojo.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MojoStub
public MojoStub()
-
-
Method Details
-
getLog
- Specified by:
getLogin interfaceorg.apache.maven.plugin.Mojo- Overrides:
getLogin classorg.apache.maven.plugin.AbstractMojo
-
getPluginContext
- Specified by:
getPluginContextin interfaceorg.apache.maven.plugin.ContextEnabled- Overrides:
getPluginContextin classorg.apache.maven.plugin.AbstractMojo
-
setLog
- Specified by:
setLogin interfaceorg.apache.maven.plugin.Mojo- Overrides:
setLogin classorg.apache.maven.plugin.AbstractMojo
-
setPluginContext
- Specified by:
setPluginContextin interfaceorg.apache.maven.plugin.ContextEnabled- Overrides:
setPluginContextin classorg.apache.maven.plugin.AbstractMojo
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
finalize
-
hashCode
-
toString
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-