Uses of Class
org.apache.maven.plugin.registry.PluginRegistry
Packages that use PluginRegistry
-
Uses of PluginRegistry in org.apache.maven.plugin.registry
Methods in org.apache.maven.plugin.registry that return PluginRegistryModifier and TypeMethodDescriptionDefaultPluginRegistryBuilder.buildPluginRegistry()
MavenPluginRegistryBuilder.buildPluginRegistry()
DefaultPluginRegistryBuilder.createUserPluginRegistry()
MavenPluginRegistryBuilder.createUserPluginRegistry()
static PluginRegistry
PluginRegistryUtils.extractUserPluginRegistry
(PluginRegistry pluginRegistry) 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) 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 TypeMethodDescriptionPluginRegistryXpp3Reader.read
(InputStream in) Method read.PluginRegistryXpp3Reader.read
(InputStream in, 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.