Class PluginDescriptorBuilder

java.lang.Object
org.apache.maven.plugin.descriptor.PluginDescriptorBuilder

public class PluginDescriptorBuilder extends Object
Author:
Jason van Zyl
  • 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