org.apache.maven.plugin.registry
Class PluginRegistryUtils

java.lang.Object
  extended by org.apache.maven.plugin.registry.PluginRegistryUtils

public final class PluginRegistryUtils
extends Object


Method Summary
static org.apache.maven.plugin.registry.PluginRegistry extractUserPluginRegistry(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry)
           
static void merge(org.apache.maven.plugin.registry.PluginRegistry dominant, org.apache.maven.plugin.registry.PluginRegistry recessive, String recessiveSourceLevel)
           
static void recursivelySetSourceLevel(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry, String sourceLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

merge

public static void merge(org.apache.maven.plugin.registry.PluginRegistry dominant,
                         org.apache.maven.plugin.registry.PluginRegistry recessive,
                         String recessiveSourceLevel)

recursivelySetSourceLevel

public static void recursivelySetSourceLevel(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry,
                                             String sourceLevel)

extractUserPluginRegistry

public static org.apache.maven.plugin.registry.PluginRegistry extractUserPluginRegistry(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.