Package com.soebes.maven.plugins.echo
Class AbstractEchoPlugIn
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.soebes.maven.plugins.echo.AbstractEchoPlugIn
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
EchoMojo
,FormatMojo
public abstract class AbstractEchoPlugIn extends org.apache.maven.plugin.AbstractMojo
- Author:
- Karl Heinz Marbaise
-
-
Constructor Summary
Constructors Constructor Description AbstractEchoPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVerbose()
void
setVerbose(boolean verbose)
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-