Package | Description |
---|---|
org.apache.maven.plugin.registry | |
org.apache.maven.plugin.registry.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
MavenPluginRegistryBuilder.buildPluginRegistry() |
PluginRegistry |
DefaultPluginRegistryBuilder.buildPluginRegistry() |
PluginRegistry |
MavenPluginRegistryBuilder.createUserPluginRegistry() |
PluginRegistry |
DefaultPluginRegistryBuilder.createUserPluginRegistry() |
static PluginRegistry |
PluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry) |
Modifier and Type | Method and Description |
---|---|
static PluginRegistry |
PluginRegistryUtils.extractUserPluginRegistry(PluginRegistry pluginRegistry) |
static void |
PluginRegistryUtils.merge(PluginRegistry dominant,
PluginRegistry recessive,
String recessiveSourceLevel) |
static void |
PluginRegistryUtils.recursivelySetSourceLevel(PluginRegistry pluginRegistry,
String sourceLevel) |
Constructor and Description |
---|
RuntimeInfo(PluginRegistry registry) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistryXpp3Writer.write(OutputStream stream,
PluginRegistry pluginRegistry)
Method write.
|
void |
PluginRegistryXpp3Writer.write(Writer writer,
PluginRegistry pluginRegistry)
Method write.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.