Class PluginDescriptorBuilder
java.lang.Object
org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
Build plugin descriptor object from 
plugin.xml.- Author:
- Jason van Zyl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) org.codehaus.plexus.configuration.PlexusConfigurationbuildConfiguration(Reader configuration) 
- 
Constructor Details- 
PluginDescriptorBuilderpublic PluginDescriptorBuilder()
 
- 
- 
Method Details- 
buildpublic PluginDescriptor build(Reader reader) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
- org.codehaus.plexus.configuration.PlexusConfigurationException
 
- 
buildpublic PluginDescriptor build(Reader reader, String source) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
- org.codehaus.plexus.configuration.PlexusConfigurationException
 
- 
buildComponentDescriptorpublic MojoDescriptor buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
- org.codehaus.plexus.configuration.PlexusConfigurationException
 
- 
buildConfigurationpublic org.codehaus.plexus.configuration.PlexusConfiguration buildConfiguration(Reader configuration) throws org.codehaus.plexus.configuration.PlexusConfigurationException - Throws:
- org.codehaus.plexus.configuration.PlexusConfigurationException
 
 
-