| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginContainer | |
|---|---|
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from maven.mdo model.  | 
| org.apache.maven.model.inheritance | |
| org.apache.maven.model.merge | POM merger. | 
| org.apache.maven.model.plugin | |
| org.apache.maven.model.profile | |
| org.apache.maven.project | |
| Uses of PluginContainer in org.apache.maven.model | 
|---|
| Subclasses of PluginContainer in org.apache.maven.model | |
|---|---|
 class | 
Build
The <build> element contains
 informations required to build the project. | 
 class | 
BuildBase
Generic informations for a build.  | 
 class | 
PluginConfiguration
Contains the plugins management informations for the project.  | 
 class | 
PluginManagement
Section for management of default plugin information for use in a group of POMs.  | 
| Methods in org.apache.maven.model that return PluginContainer | |
|---|---|
 PluginContainer | 
PluginContainer.clone()
Method clone.  | 
| Uses of PluginContainer in org.apache.maven.model.inheritance | 
|---|
| Methods in org.apache.maven.model.inheritance with parameters of type PluginContainer | |
|---|---|
protected  void | 
DefaultInheritanceAssembler.InheritanceModelMerger.mergePluginContainer_Plugins(PluginContainer target,
                                                         PluginContainer source,
                                                         boolean sourceDominant,
                                                         Map<Object,Object> context)
 | 
| Uses of PluginContainer in org.apache.maven.model.merge | 
|---|
| Methods in org.apache.maven.model.merge with parameters of type PluginContainer | |
|---|---|
protected  void | 
ModelMerger.mergePluginContainer_Plugins(PluginContainer target,
                                                         PluginContainer source,
                                                         boolean sourceDominant,
                                                         Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePluginContainer(PluginContainer target,
                                         PluginContainer source,
                                         boolean sourceDominant,
                                         Map<Object,Object> context)
 | 
| Uses of PluginContainer in org.apache.maven.model.plugin | 
|---|
| Methods in org.apache.maven.model.plugin with parameters of type PluginContainer | |
|---|---|
protected  void | 
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginContainer_Plugins(PluginContainer target,
                                                         PluginContainer source,
                                                         boolean sourceDominant,
                                                         Map<Object,Object> context)
 | 
| Uses of PluginContainer in org.apache.maven.model.profile | 
|---|
| Methods in org.apache.maven.model.profile with parameters of type PluginContainer | |
|---|---|
protected  void | 
DefaultProfileInjector.ProfileModelMerger.mergePluginContainer_Plugins(PluginContainer target,
                                                         PluginContainer source,
                                                         boolean sourceDominant,
                                                         Map<Object,Object> context)
 | 
| Uses of PluginContainer in org.apache.maven.project | 
|---|
| Methods in org.apache.maven.project with parameters of type PluginContainer | |
|---|---|
static void | 
ModelUtils.mergePluginLists(PluginContainer childContainer,
                                 PluginContainer parentContainer,
                                 boolean handleAsInheritance)
Deprecated. This should be the resulting ordering of plugins after merging: Given: parent: X -> A -> B -> D -> E child: Y -> A -> C -> D -> F Result: X -> Y -> A -> B -> C -> D -> E -> F  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||