public class PluginDescriptorBuilder extends Object
Constructor and Description |
---|
PluginDescriptorBuilder() |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
build(Reader reader) |
PluginDescriptor |
build(Reader reader,
String source) |
MojoDescriptor |
buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c,
PluginDescriptor pluginDescriptor) |
org.codehaus.plexus.configuration.PlexusConfiguration |
buildConfiguration(Reader configuration) |
public PluginDescriptorBuilder()
public PluginDescriptor build(Reader reader) throws org.codehaus.plexus.configuration.PlexusConfigurationException
org.codehaus.plexus.configuration.PlexusConfigurationException
public PluginDescriptor build(Reader reader, String source) throws org.codehaus.plexus.configuration.PlexusConfigurationException
org.codehaus.plexus.configuration.PlexusConfigurationException
public MojoDescriptor buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) throws org.codehaus.plexus.configuration.PlexusConfigurationException
org.codehaus.plexus.configuration.PlexusConfigurationException
public org.codehaus.plexus.configuration.PlexusConfiguration buildConfiguration(Reader configuration) throws org.codehaus.plexus.configuration.PlexusConfigurationException
org.codehaus.plexus.configuration.PlexusConfigurationException
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.