Uses of Class
org.apache.maven.plugin.registry.PluginRegistry

Packages that use PluginRegistry
org.apache.maven.plugin.registry   
org.apache.maven.plugin.registry.io.xpp3   
 

Uses of PluginRegistry in org.apache.maven.plugin.registry
 

Methods in org.apache.maven.plugin.registry that return PluginRegistry
 PluginRegistry MavenPluginRegistryBuilder.buildPluginRegistry()
           
 PluginRegistry DefaultPluginRegistryBuilder.buildPluginRegistry()
           
 PluginRegistry MavenPluginRegistryBuilder.createUserPluginRegistry()
           
 PluginRegistry DefaultPluginRegistryBuilder.createUserPluginRegistry()
           
static PluginRegistry PluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry)
           
 

Methods in org.apache.maven.plugin.registry with parameters of type PluginRegistry
static PluginRegistry PluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry)
           
static void PluginRegistryUtils.merge(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel)
           
static void PluginRegistryUtils.recursivelySetSourceLevel(PluginRegistry pluginRegistry, String sourceLevel)
           
 

Constructors in org.apache.maven.plugin.registry with parameters of type PluginRegistry
RuntimeInfo(PluginRegistry registry)
           
 

Uses of PluginRegistry in org.apache.maven.plugin.registry.io.xpp3
 

Methods in org.apache.maven.plugin.registry.io.xpp3 that return PluginRegistry
 PluginRegistry PluginRegistryXpp3Reader.read(InputStream in)
          Method read.
 PluginRegistry PluginRegistryXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 PluginRegistry PluginRegistryXpp3Reader.read(Reader reader)
           
 PluginRegistry PluginRegistryXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.plugin.registry.io.xpp3 with parameters of type PluginRegistry
 void PluginRegistryXpp3Writer.write(Writer writer, PluginRegistry pluginRegistry)
          Method write.
 



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