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 PluginRegistryPluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry) Methods in org.apache.maven.plugin.registry with parameters of type PluginRegistryModifier and TypeMethodDescriptionstatic PluginRegistryPluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry) static voidPluginRegistryUtils.merge(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel) static voidPluginRegistryUtils.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.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 TypeMethodDescriptionvoidPluginRegistryXpp3Writer.write(OutputStream stream, PluginRegistry pluginRegistry) Method write.voidPluginRegistryXpp3Writer.write(Writer writer, PluginRegistry pluginRegistry) Method write.