org.codehaus.groovy.maven.plugin
Class ProviderMojoSupport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.groovy.maven.plugin.MojoSupport
org.codehaus.groovy.maven.plugin.ProviderMojoSupport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Direct Known Subclasses:
- ComponentMojoSupport, ProvidersMojo
public abstract class ProviderMojoSupport
- extends MojoSupport
- implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Provides support for Mojo implementations which need to have access to a Provider
instances.
- Version:
- $Id: ProviderMojoSupport.java 13181 2008-08-10 14:05:55Z 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 |
pluginArtifactMap
protected java.util.Map pluginArtifactMap
ProviderMojoSupport
public ProviderMojoSupport()
contextualize
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
- Specified by:
contextualize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Throws:
org.codehaus.plexus.context.ContextException
getProviderManager
protected ProviderManager getProviderManager()
getProviderSelection
protected java.lang.String getProviderSelection()
provider
protected Provider provider()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006-2010 Codehaus. All Rights Reserved.