public class MojoStub extends AbstractMojo
Constructor and Description |
---|
MojoStub() |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
boolean |
equals(Object obj) |
void |
execute() |
protected void |
finalize() |
Log |
getLog() |
Map |
getPluginContext() |
int |
hashCode() |
void |
setLog(Log log) |
void |
setPluginContext(Map pluginContext) |
String |
toString() |
public MojoStub()
public Log getLog()
getLog
in interface Mojo
getLog
in class AbstractMojo
public Map getPluginContext()
getPluginContext
in interface ContextEnabled
getPluginContext
in class AbstractMojo
public void setLog(Log log)
setLog
in interface Mojo
setLog
in class AbstractMojo
public void setPluginContext(Map pluginContext)
setPluginContext
in interface ContextEnabled
setPluginContext
in class AbstractMojo
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public void execute() throws MojoExecutionException, MojoFailureException
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.