| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Plugin in org.apache.maven.classrealm | 
|---|
| Methods in org.apache.maven.classrealm with parameters of type Plugin | |
|---|---|
 org.codehaus.plexus.classworlds.realm.ClassRealm | 
ClassRealmManager.createExtensionRealm(Plugin extension,
                                         List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm for the specified build extension.  | 
 org.codehaus.plexus.classworlds.realm.ClassRealm | 
DefaultClassRealmManager.createExtensionRealm(Plugin plugin,
                                         List<org.eclipse.aether.artifact.Artifact> artifacts)
 | 
 org.codehaus.plexus.classworlds.realm.ClassRealm | 
ClassRealmManager.createPluginRealm(Plugin plugin,
                                   ClassLoader parent,
                                   List<String> parentImports,
                                   Map<String,ClassLoader> foreignImports,
                                   List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm for the specified plugin.  | 
 org.codehaus.plexus.classworlds.realm.ClassRealm | 
DefaultClassRealmManager.createPluginRealm(Plugin plugin,
                                   ClassLoader parent,
                                   List<String> parentImports,
                                   Map<String,ClassLoader> foreignImports,
                                   List<org.eclipse.aether.artifact.Artifact> artifacts)
 | 
| Uses of Plugin in org.apache.maven.lifecycle | 
|---|
| Methods in org.apache.maven.lifecycle that return types with arguments of type Plugin | |
|---|---|
 Set<Plugin> | 
MavenExecutionPlan.getNonThreadSafePlugins()
Get set of plugins having a goal/mojo used but not marked @threadSafe  | 
 Set<Plugin> | 
LifeCyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(String packaging)
 | 
 Set<Plugin> | 
DefaultLifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(String packaging)
 | 
 Set<Plugin> | 
LifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(String packaging)
 | 
| Uses of Plugin in org.apache.maven.lifecycle.internal | 
|---|
| Methods in org.apache.maven.lifecycle.internal that return Plugin | |
|---|---|
 Plugin | 
MojoDescriptorCreator.findPluginForPrefix(String prefix,
                                       MavenSession session)
 | 
 Plugin | 
ExecutionPlanItem.getPlugin()
 | 
| Methods in org.apache.maven.lifecycle.internal that return types with arguments of type Plugin | |
|---|---|
 Set<Plugin> | 
DefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(String packaging)
 | 
| Uses of Plugin in org.apache.maven.model | 
|---|
| Methods in org.apache.maven.model that return Plugin | |
|---|---|
 Plugin | 
Plugin.clone()
Method clone.  | 
| Methods in org.apache.maven.model that return types with arguments of type Plugin | |
|---|---|
 List<Plugin> | 
PluginContainer.getPlugins()
Method getPlugins.  | 
 Map<String,Plugin> | 
PluginContainer.getPluginsAsMap()
 | 
| Methods in org.apache.maven.model with parameters of type Plugin | |
|---|---|
 void | 
PluginContainer.addPlugin(Plugin plugin)
Method addPlugin.  | 
 void | 
PluginContainer.removePlugin(Plugin plugin)
Method removePlugin.  | 
| Method parameters in org.apache.maven.model with type arguments of type Plugin | |
|---|---|
 void | 
PluginContainer.setPlugins(List<Plugin> plugins)
Set the list of plugins to use.  | 
| Uses of Plugin in org.apache.maven.model.inheritance | 
|---|
| Methods in org.apache.maven.model.inheritance with parameters of type Plugin | |
|---|---|
protected  void | 
DefaultInheritanceAssembler.InheritanceModelMerger.mergePlugin(Plugin target,
                       Plugin source,
                       boolean sourceDominant,
                       Map<Object,Object> context)
 | 
| Uses of Plugin in org.apache.maven.model.management | 
|---|
| Methods in org.apache.maven.model.management with parameters of type Plugin | |
|---|---|
protected  void | 
DefaultPluginManagementInjector.ManagementModelMerger.mergePlugin_Executions(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
| Uses of Plugin in org.apache.maven.model.merge | 
|---|
| Methods in org.apache.maven.model.merge with parameters of type Plugin | |
|---|---|
protected  Object | 
MavenModelMerger.getPluginKey(Plugin plugin)
 | 
protected  Object | 
ModelMerger.getPluginKey(Plugin plugin)
 | 
protected  void | 
ModelMerger.mergePlugin_ArtifactId(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin_Dependencies(Plugin target,
                                                 Plugin source,
                                                 boolean sourceDominant,
                                                 Map<Object,Object> context)
 | 
protected  void | 
MavenModelMerger.mergePlugin_Executions(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin_Executions(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin_Extensions(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin_GroupId(Plugin target,
                                       Plugin source,
                                       boolean sourceDominant,
                                       Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin_Version(Plugin target,
                                       Plugin source,
                                       boolean sourceDominant,
                                       Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePlugin(Plugin target,
                       Plugin source,
                       boolean sourceDominant,
                       Map<Object,Object> context)
 | 
| Uses of Plugin in org.apache.maven.model.normalization | 
|---|
| Methods in org.apache.maven.model.normalization with parameters of type Plugin | |
|---|---|
 void | 
DefaultModelNormalizer.DuplicateMerger.mergePlugin(Plugin target,
                       Plugin source)
 | 
| Uses of Plugin in org.apache.maven.model.profile | 
|---|
| Methods in org.apache.maven.model.profile with parameters of type Plugin | |
|---|---|
protected  void | 
DefaultProfileInjector.ProfileModelMerger.mergePlugin_Executions(Plugin target,
                                             Plugin source,
                                             boolean sourceDominant,
                                             Map<Object,Object> context)
 | 
| Uses of Plugin in org.apache.maven.plugin | 
|---|
| Methods in org.apache.maven.plugin that return Plugin | |
|---|---|
 Plugin | 
CycleDetectedInPluginGraphException.getPlugin()
 | 
 Plugin | 
MojoExecution.getPlugin()
 | 
 Plugin | 
PluginResolutionException.getPlugin()
 | 
 Plugin | 
PluginNotFoundException.getPlugin()
 | 
 Plugin | 
PluginManager.getPluginDefinitionForPrefix(String prefix,
                                                         MavenSession session,
                                                         MavenProject project)
Deprecated.  | 
| Methods in org.apache.maven.plugin with parameters of type Plugin | |
|---|---|
 PluginRealmCache.Key | 
DefaultPluginRealmCache.createKey(Plugin plugin,
                   ClassLoader parentRealm,
                   Map<String,ClassLoader> foreignImports,
                   org.eclipse.aether.graph.DependencyFilter dependencyFilter,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginRealmCache.Key | 
PluginRealmCache.createKey(Plugin plugin,
                   ClassLoader parentRealm,
                   Map<String,ClassLoader> foreignImports,
                   org.eclipse.aether.graph.DependencyFilter dependencyFilter,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginArtifactsCache.Key | 
DefaultPluginArtifactsCache.createKey(Plugin plugin,
                   org.eclipse.aether.graph.DependencyFilter extensionFilter,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginArtifactsCache.Key | 
PluginArtifactsCache.createKey(Plugin plugin,
                   org.eclipse.aether.graph.DependencyFilter extensionFilter,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginDescriptorCache.Key | 
PluginDescriptorCache.createKey(Plugin plugin,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginDescriptorCache.Key | 
DefaultPluginDescriptorCache.createKey(Plugin plugin,
                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                   org.eclipse.aether.RepositorySystemSession session)
 | 
 MojoDescriptor | 
MavenPluginManager.getMojoDescriptor(Plugin plugin,
                                   String goal,
                                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                   org.eclipse.aether.RepositorySystemSession session)
Retrieves the descriptor for the specified plugin goal from the plugin's main artifact.  | 
 MojoDescriptor | 
DefaultBuildPluginManager.getMojoDescriptor(Plugin plugin,
                                   String goal,
                                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                   org.eclipse.aether.RepositorySystemSession session)
 | 
 MojoDescriptor | 
BuildPluginManager.getMojoDescriptor(Plugin plugin,
                                   String goal,
                                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                   org.eclipse.aether.RepositorySystemSession session)
 | 
 Object | 
PluginManager.getPluginComponent(Plugin plugin,
                                     String role,
                                     String roleHint)
Deprecated.  | 
 Map | 
PluginManager.getPluginComponents(Plugin plugin,
                                       String role)
Deprecated.  | 
 PluginDescriptor | 
MavenPluginManager.getPluginDescriptor(Plugin plugin,
                                       List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                       org.eclipse.aether.RepositorySystemSession session)
Retrieves the descriptor for the specified plugin from its main artifact.  | 
 PluginDescriptor | 
DefaultBuildPluginManager.loadPlugin(Plugin plugin,
                     List<org.eclipse.aether.repository.RemoteRepository> repositories,
                     org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginDescriptor | 
BuildPluginManager.loadPlugin(Plugin plugin,
                     List<org.eclipse.aether.repository.RemoteRepository> repositories,
                     org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginDescriptor | 
PluginManager.loadPluginDescriptor(Plugin plugin,
                                         MavenProject project,
                                         MavenSession session)
Deprecated.  | 
 PluginDescriptor | 
PluginManager.loadPluginFully(Plugin plugin,
                               MavenProject project,
                               MavenSession session)
Deprecated.  | 
protected static boolean | 
DefaultPluginRealmCache.pluginEquals(Plugin a,
                         Plugin b)
 | 
protected static boolean | 
DefaultPluginArtifactsCache.pluginEquals(Plugin a,
                         Plugin b)
 | 
protected static int | 
DefaultPluginRealmCache.pluginHashCode(Plugin plugin)
 | 
protected static int | 
DefaultPluginArtifactsCache.pluginHashCode(Plugin plugin)
 | 
 PluginDescriptor | 
PluginManager.verifyPlugin(Plugin plugin,
                         MavenProject project,
                         Settings settings,
                         ArtifactRepository localRepository)
Deprecated.  | 
| Uses of Plugin in org.apache.maven.plugin.descriptor | 
|---|
| Methods in org.apache.maven.plugin.descriptor that return Plugin | |
|---|---|
 Plugin | 
PluginDescriptor.getPlugin()
 | 
| Methods in org.apache.maven.plugin.descriptor with parameters of type Plugin | |
|---|---|
 void | 
PluginDescriptor.setPlugin(Plugin plugin)
 | 
| Uses of Plugin in org.apache.maven.plugin.internal | 
|---|
| Methods in org.apache.maven.plugin.internal that return Plugin | |
|---|---|
 Plugin | 
DefaultPluginManager.getPluginDefinitionForPrefix(String prefix,
                                                         MavenSession session,
                                                         MavenProject project)
 | 
| Methods in org.apache.maven.plugin.internal with parameters of type Plugin | |
|---|---|
 MojoDescriptor | 
DefaultMavenPluginManager.getMojoDescriptor(Plugin plugin,
                                   String goal,
                                   List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                   org.eclipse.aether.RepositorySystemSession session)
 | 
 Object | 
DefaultPluginManager.getPluginComponent(Plugin plugin,
                                     String role,
                                     String roleHint)
 | 
 Map | 
DefaultPluginManager.getPluginComponents(Plugin plugin,
                                       String role)
 | 
 PluginDescriptor | 
DefaultMavenPluginManager.getPluginDescriptor(Plugin plugin,
                                       List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                       org.eclipse.aether.RepositorySystemSession session)
 | 
 PluginDescriptor | 
DefaultPluginManager.loadPluginDescriptor(Plugin plugin,
                                         MavenProject project,
                                         MavenSession session)
 | 
 PluginDescriptor | 
DefaultPluginManager.loadPluginFully(Plugin plugin,
                               MavenProject project,
                               MavenSession session)
 | 
 org.eclipse.aether.graph.DependencyNode | 
DefaultPluginDependenciesResolver.resolve(Plugin plugin,
               org.eclipse.aether.artifact.Artifact pluginArtifact,
               org.eclipse.aether.graph.DependencyFilter dependencyFilter,
               List<org.eclipse.aether.repository.RemoteRepository> repositories,
               org.eclipse.aether.RepositorySystemSession session)
 | 
 org.eclipse.aether.graph.DependencyNode | 
PluginDependenciesResolver.resolve(Plugin plugin,
               org.eclipse.aether.artifact.Artifact pluginArtifact,
               org.eclipse.aether.graph.DependencyFilter dependencyFilter,
               List<org.eclipse.aether.repository.RemoteRepository> repositories,
               org.eclipse.aether.RepositorySystemSession session)
Resolves the runtime dependencies of the specified plugin.  | 
 org.eclipse.aether.artifact.Artifact | 
DefaultPluginDependenciesResolver.resolve(Plugin plugin,
               List<org.eclipse.aether.repository.RemoteRepository> repositories,
               org.eclipse.aether.RepositorySystemSession session)
 | 
 org.eclipse.aether.artifact.Artifact | 
PluginDependenciesResolver.resolve(Plugin plugin,
               List<org.eclipse.aether.repository.RemoteRepository> repositories,
               org.eclipse.aether.RepositorySystemSession session)
Resolves the main artifact of the specified plugin.  | 
 PluginDescriptor | 
DefaultPluginManager.verifyPlugin(Plugin plugin,
                         MavenProject project,
                         Settings settings,
                         ArtifactRepository localRepository)
 | 
| Uses of Plugin in org.apache.maven.plugin.version | 
|---|
| Constructors in org.apache.maven.plugin.version with parameters of type Plugin | |
|---|---|
DefaultPluginVersionRequest(Plugin plugin,
                                                       MavenSession session)
Creates a request for the specified plugin by copying settings from the specified build session.  | 
|
DefaultPluginVersionRequest(Plugin plugin,
                                                       org.eclipse.aether.RepositorySystemSession session,
                                                       List<org.eclipse.aether.repository.RemoteRepository> repositories)
Creates a request for the specified plugin using the given repository session and plugin repositories.  | 
|
| Uses of Plugin in org.apache.maven.project | 
|---|
| Methods in org.apache.maven.project that return Plugin | |
|---|---|
 Plugin | 
MavenProject.getPlugin(String pluginKey)
 | 
| Methods in org.apache.maven.project that return types with arguments of type Plugin | |
|---|---|
 List<Plugin> | 
MavenProject.getBuildPlugins()
 | 
static List<Plugin> | 
ModelUtils.orderAfterMerge(List<Plugin> merged,
                               List<Plugin> highPrioritySource,
                               List<Plugin> lowPrioritySource)
Deprecated.  | 
| Methods in org.apache.maven.project with parameters of type Plugin | |
|---|---|
static void | 
ModelUtils.mergePluginDefinitions(Plugin child,
                                             Plugin parent,
                                             boolean handleAsInheritance)
Deprecated.  | 
| Method parameters in org.apache.maven.project with type arguments of type Plugin | |
|---|---|
static List<Plugin> | 
ModelUtils.orderAfterMerge(List<Plugin> merged,
                               List<Plugin> highPrioritySource,
                               List<Plugin> lowPrioritySource)
Deprecated.  | 
static List<Plugin> | 
ModelUtils.orderAfterMerge(List<Plugin> merged,
                               List<Plugin> highPrioritySource,
                               List<Plugin> lowPrioritySource)
Deprecated.  | 
static List<Plugin> | 
ModelUtils.orderAfterMerge(List<Plugin> merged,
                               List<Plugin> highPrioritySource,
                               List<Plugin> lowPrioritySource)
Deprecated.  | 
| Uses of Plugin in org.apache.maven.project.artifact | 
|---|
| Constructors in org.apache.maven.project.artifact with parameters of type Plugin | |
|---|---|
PluginArtifact(Plugin plugin,
                             Artifact pluginArtifact)
 | 
|
| Uses of Plugin in org.apache.maven.repository | 
|---|
| Methods in org.apache.maven.repository with parameters of type Plugin | |
|---|---|
 Artifact | 
RepositorySystem.createPluginArtifact(Plugin plugin)
 | 
| Uses of Plugin in org.apache.maven.repository.legacy | 
|---|
| Methods in org.apache.maven.repository.legacy with parameters of type Plugin | |
|---|---|
 Artifact | 
LegacyRepositorySystem.createPluginArtifact(Plugin plugin)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||