org.apache.maven.plugin
Interface PluginManager

All Known Implementing Classes:
DefaultPluginManager

Deprecated.

@Deprecated
public interface PluginManager

Author:
Jason van Zyl

Field Summary
static String ROLE
          Deprecated.  
 
Method Summary
 void executeMojo(MavenProject project, MojoExecution execution, MavenSession session)
          Deprecated.  
 Object getPluginComponent(Plugin plugin, String role, String roleHint)
          Deprecated.  
 Map getPluginComponents(Plugin plugin, String role)
          Deprecated.  
 Plugin getPluginDefinitionForPrefix(String prefix, MavenSession session, MavenProject project)
          Deprecated.  
 PluginDescriptor getPluginDescriptorForPrefix(String prefix)
          Deprecated.  
 PluginDescriptor loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session)
          Deprecated.  
 PluginDescriptor loadPluginFully(Plugin plugin, MavenProject project, MavenSession session)
          Deprecated.  
 PluginDescriptor verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository)
          Deprecated.  
 

Field Detail

ROLE

static final String ROLE
Deprecated. 
Method Detail

executeMojo

void executeMojo(MavenProject project,
                 MojoExecution execution,
                 MavenSession session)
                 throws MojoExecutionException,
                        ArtifactResolutionException,
                        MojoFailureException,
                        ArtifactNotFoundException,
                        InvalidDependencyVersionException,
                        PluginManagerException,
                        PluginConfigurationException
Deprecated. 
Throws:
MojoExecutionException
ArtifactResolutionException
MojoFailureException
ArtifactNotFoundException
InvalidDependencyVersionException
PluginManagerException
PluginConfigurationException

getPluginDescriptorForPrefix

PluginDescriptor getPluginDescriptorForPrefix(String prefix)
Deprecated. 

getPluginDefinitionForPrefix

Plugin getPluginDefinitionForPrefix(String prefix,
                                    MavenSession session,
                                    MavenProject project)
Deprecated. 

verifyPlugin

PluginDescriptor verifyPlugin(Plugin plugin,
                              MavenProject project,
                              Settings settings,
                              ArtifactRepository localRepository)
                              throws ArtifactResolutionException,
                                     PluginVersionResolutionException,
                                     ArtifactNotFoundException,
                                     InvalidVersionSpecificationException,
                                     InvalidPluginException,
                                     PluginManagerException,
                                     PluginNotFoundException,
                                     PluginVersionNotFoundException
Deprecated. 
Throws:
ArtifactResolutionException
PluginVersionResolutionException
ArtifactNotFoundException
InvalidVersionSpecificationException
InvalidPluginException
PluginManagerException
PluginNotFoundException
PluginVersionNotFoundException

getPluginComponent

Object getPluginComponent(Plugin plugin,
                          String role,
                          String roleHint)
                          throws PluginManagerException,
                                 org.codehaus.plexus.component.repository.exception.ComponentLookupException
Deprecated. 
Throws:
PluginManagerException
org.codehaus.plexus.component.repository.exception.ComponentLookupException

getPluginComponents

Map getPluginComponents(Plugin plugin,
                        String role)
                        throws org.codehaus.plexus.component.repository.exception.ComponentLookupException,
                               PluginManagerException
Deprecated. 
Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
PluginManagerException

loadPluginDescriptor

PluginDescriptor loadPluginDescriptor(Plugin plugin,
                                      MavenProject project,
                                      MavenSession session)
                                      throws ArtifactResolutionException,
                                             PluginVersionResolutionException,
                                             ArtifactNotFoundException,
                                             InvalidVersionSpecificationException,
                                             InvalidPluginException,
                                             PluginManagerException,
                                             PluginNotFoundException,
                                             PluginVersionNotFoundException
Deprecated. 
Throws:
ArtifactResolutionException
PluginVersionResolutionException
ArtifactNotFoundException
InvalidVersionSpecificationException
InvalidPluginException
PluginManagerException
PluginNotFoundException
PluginVersionNotFoundException
Since:
2.2.1

loadPluginFully

PluginDescriptor loadPluginFully(Plugin plugin,
                                 MavenProject project,
                                 MavenSession session)
                                 throws ArtifactResolutionException,
                                        PluginVersionResolutionException,
                                        ArtifactNotFoundException,
                                        InvalidVersionSpecificationException,
                                        InvalidPluginException,
                                        PluginManagerException,
                                        PluginNotFoundException,
                                        PluginVersionNotFoundException
Deprecated. 
Throws:
ArtifactResolutionException
PluginVersionResolutionException
ArtifactNotFoundException
InvalidVersionSpecificationException
InvalidPluginException
PluginManagerException
PluginNotFoundException
PluginVersionNotFoundException
Since:
2.2.1


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.