|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.project.ModelUtils
@Deprecated public final class ModelUtils
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 |
---|
public ModelUtils()
Method Detail |
---|
public static void mergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance)
public static List orderAfterMerge(List merged, List highPrioritySource, List lowPrioritySource)
public static void mergePluginDefinitions(Plugin child, Plugin parent, boolean handleAsInheritance)
public static List mergeRepositoryLists(List dominant, List recessive)
public static void mergeFilterLists(List childFilters, List parentFilters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |