@Deprecated public final class ModelUtils extends Object
| Constructor and Description | 
|---|
| ModelUtils()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | mergeFilterLists(List<String> childFilters,
                List<String> 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: | 
| static List<Repository> | mergeRepositoryLists(List<Repository> dominant,
                    List<Repository> recessive)Deprecated.  | 
| static List<Plugin> | orderAfterMerge(List<Plugin> merged,
               List<Plugin> highPrioritySource,
               List<Plugin> lowPrioritySource)Deprecated.  | 
public static void mergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance)
Given:
parent: X -> A -> B -> D -> E child: Y -> A -> C -> D -> FResult:
X -> Y -> A -> B -> C -> D -> E -> F
public static List<Plugin> orderAfterMerge(List<Plugin> merged, List<Plugin> highPrioritySource, List<Plugin> lowPrioritySource)
public static void mergePluginDefinitions(Plugin child, Plugin parent, boolean handleAsInheritance)
public static List<Repository> mergeRepositoryLists(List<Repository> dominant, List<Repository> recessive)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.