Class AbstractLoggingMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.iip_ecosphere.platform.tools.maven.python.AbstractLoggingMojo
- All Implemented Interfaces:
Logger,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
PythonCompileMojo
public abstract class AbstractLoggingMojo
extends org.apache.maven.plugin.AbstractMojo
implements Logger
An abstract mojo with logging bridge.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Constructor Details
-
AbstractLoggingMojo
public AbstractLoggingMojo()
-
-
Method Details