Class PluginDescriptorBuilder
java.lang.Object
org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- Author:
- Jason van Zyl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildComponentDescriptor
(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) org.codehaus.plexus.configuration.PlexusConfiguration
buildConfiguration
(Reader configuration)
-
Constructor Details
-
PluginDescriptorBuilder
public PluginDescriptorBuilder()
-
-
Method Details
-
build
public PluginDescriptor build(Reader reader) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
-
build
public PluginDescriptor build(Reader reader, String source) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
-
buildComponentDescriptor
public MojoDescriptor buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
-
buildConfiguration
public org.codehaus.plexus.configuration.PlexusConfiguration buildConfiguration(Reader configuration) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
-