org.codehaus.gmaven.plugin
Class ComponentMojoSupport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
org.codehaus.gmaven.plugin.ComponentMojoSupport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CompilerMojoSupport, ConsoleMojo, ExecuteMojo, ShellMojo
public abstract class ComponentMojoSupport
- extends ProviderMojoSupport
Support for Mojo implementations which delegate to a feature component.
- Version:
- $Id: ComponentMojoSupport.java 9 2009-07-16 09:22:08Z user57 $
- Author:
- Jason Dillon
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 |
ComponentMojoSupport
protected ComponentMojoSupport(String key)
feature
protected Feature feature()
throws Exception
- Throws:
Exception
feature
protected Feature feature(String key)
throws Exception
- Throws:
Exception
doExecute
protected void doExecute()
throws Exception
- Specified by:
doExecute
in class MojoSupport
- Throws:
Exception
configure
protected void configure(Configuration context)
throws Exception
- Throws:
Exception
process
protected abstract void process(Component component)
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.