Uses of Class
org.apache.maven.plugin.descriptor.PluginDescriptor
Packages that use PluginDescriptor
-
Uses of PluginDescriptor in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return PluginDescriptorConstructors in org.apache.maven.plugin with parameters of type PluginDescriptorModifierConstructorDescriptionMojoNotFoundException(String goal, PluginDescriptor pluginDescriptor) -
Uses of PluginDescriptor in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return PluginDescriptorModifier and TypeMethodDescriptionPluginDescriptorBuilder.build(InputStream input, String source) Deprecated.Deprecated.Deprecated.PluginDescriptorBuilder.build(PluginDescriptorBuilder.ReaderSupplier readerSupplier) PluginDescriptorBuilder.build(PluginDescriptorBuilder.ReaderSupplier readerSupplier, String source) PluginDescriptorBuilder.build(PluginDescriptorBuilder.StreamSupplier inputSupplier) PluginDescriptorBuilder.build(PluginDescriptorBuilder.StreamSupplier inputSupplier, String source) PluginDescriptor.clone()Creates a shallow copy of this plugin descriptor.MojoDescriptor.getPluginDescriptor()Methods in org.apache.maven.plugin.descriptor with parameters of type PluginDescriptorModifier and TypeMethodDescriptionPluginDescriptorBuilder.buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) voidMojoDescriptor.setPluginDescriptor(PluginDescriptor pluginDescriptor) Constructors in org.apache.maven.plugin.descriptor with parameters of type PluginDescriptor
PluginDescriptorBuilder.build(StreamSupplier, String)