org.codehaus.mojo.appassembler
Class AbstractAppAssemblerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.appassembler.AbstractAppAssemblerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AssembleMojo, GenerateDaemonsMojo
public abstract class AbstractAppAssemblerMojo
- extends org.apache.maven.plugin.AbstractMojo
This is intended to summarize all generic parts of the Mojos into a single class.
First step of refactoring code.
- Author:
- Karl Heinz Marbaise
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
AbstractAppAssemblerMojo
public AbstractAppAssemblerMojo()
Copyright © 2006-2012 Codehaus. All Rights Reserved.