org.codehaus.gmaven.plugin
Class ProviderMojoSupport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- ComponentMojoSupport, ProvidersMojo
public abstract class ProviderMojoSupport
- extends MojoSupport
Provides support for Mojo implementations which need to have access to a Provider instances.
- Version:
- $Id: ProviderMojoSupport.java 140 2011-09-26 03:27:54Z keeganwitt $
- 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 |
pluginArtifactMap
protected Map pluginArtifactMap
ProviderMojoSupport
public ProviderMojoSupport()
getProviderManager
protected org.codehaus.gmaven.feature.ProviderManager getProviderManager()
detectCompatibleProvider
protected String detectCompatibleProvider()
getProviderSelection
protected String getProviderSelection()
provider
protected org.codehaus.gmaven.feature.Provider provider()
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.