org.apache.maven.project
Class ModelUtils

java.lang.Object
  extended by org.apache.maven.project.ModelUtils

Deprecated.

@Deprecated
public final class ModelUtils
extends Object


Constructor Summary
ModelUtils()
          Deprecated.  
 
Method Summary
static void mergeFilterLists(List childFilters, List parentFilters)
          Deprecated.  
static void mergePluginDefinitions(Plugin child, Plugin parent, boolean handleAsInheritance)
          Deprecated.  
static void 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

static List mergeRepositoryLists(List dominant, List recessive)
          Deprecated.  
static List orderAfterMerge(List merged, List highPrioritySource, List lowPrioritySource)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUtils

public ModelUtils()
Deprecated. 
Method Detail

mergePluginLists

public static void 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


orderAfterMerge

public static List orderAfterMerge(List merged,
                                   List highPrioritySource,
                                   List lowPrioritySource)
Deprecated. 

mergePluginDefinitions

public static void mergePluginDefinitions(Plugin child,
                                          Plugin parent,
                                          boolean handleAsInheritance)
Deprecated. 

mergeRepositoryLists

public static List mergeRepositoryLists(List dominant,
                                        List recessive)
Deprecated. 

mergeFilterLists

public static void mergeFilterLists(List childFilters,
                                    List parentFilters)
Deprecated. 


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