Uses of Class
org.apache.maven.plugin.registry.PluginRegistry
Packages that use PluginRegistry
-
Uses of PluginRegistry in org.apache.maven.plugin.registry
Fields in org.apache.maven.plugin.registry declared as PluginRegistryMethods in org.apache.maven.plugin.registry that return PluginRegistryModifier and TypeMethodDescriptionDefaultPluginRegistryBuilder.buildPluginRegistry()
MavenPluginRegistryBuilder.buildPluginRegistry()
DefaultPluginRegistryBuilder.createUserPluginRegistry()
MavenPluginRegistryBuilder.createUserPluginRegistry()
static PluginRegistry
PluginRegistryUtils.extractUserPluginRegistry
(PluginRegistry pluginRegistry) private PluginRegistry
DefaultPluginRegistryBuilder.readPluginRegistry
(File registryFile) Methods in org.apache.maven.plugin.registry with parameters of type PluginRegistryModifier and TypeMethodDescriptionstatic PluginRegistry
PluginRegistryUtils.extractUserPluginRegistry
(PluginRegistry pluginRegistry) static void
PluginRegistryUtils.merge
(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel) static void
PluginRegistryUtils.recursivelySetSourceLevel
(PluginRegistry pluginRegistry, String sourceLevel) private static void
PluginRegistryUtils.shallowMergePlugins
(PluginRegistry dominant, List recessive, String recessiveSourceLevel) Constructors in org.apache.maven.plugin.registry with parameters of type PluginRegistry -
Uses of PluginRegistry in org.apache.maven.plugin.registry.io.xpp3
Methods in org.apache.maven.plugin.registry.io.xpp3 that return PluginRegistryModifier and TypeMethodDescriptionprivate PluginRegistry
PluginRegistryXpp3Reader.parsePluginRegistry
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginRegistry.PluginRegistryXpp3Reader.read
(InputStream in) Method read.PluginRegistryXpp3Reader.read
(InputStream in, boolean strict) Method read.private PluginRegistry
PluginRegistryXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugin.registry.io.xpp3 with parameters of type PluginRegistryModifier and TypeMethodDescriptionvoid
PluginRegistryXpp3Writer.write
(OutputStream stream, PluginRegistry pluginRegistry) Method write.void
PluginRegistryXpp3Writer.write
(Writer writer, PluginRegistry pluginRegistry) Method write.private void
PluginRegistryXpp3Writer.writePluginRegistry
(PluginRegistry pluginRegistry, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginRegistry.