Uses of Class
org.apache.maven.api.plugin.descriptor.PluginDescriptor
Packages that use PluginDescriptor
Package
Description
Maven Plugin descriptor model.
-
Uses of PluginDescriptor in org.apache.maven.api
Methods in org.apache.maven.api that return PluginDescriptor -
Uses of PluginDescriptor in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return PluginDescriptorModifier and TypeMethodDescriptionPluginDescriptor.Builder.build()
static PluginDescriptor
PluginDescriptor.newInstance()
Creates a newPluginDescriptor
instance.static PluginDescriptor
PluginDescriptor.newInstance
(boolean withDefaults) Creates a newPluginDescriptor
instance using default values or not.PluginDescriptor.withArtifactId
(String artifactId) Creates a newPluginDescriptor
instance using the specified artifactId.PluginDescriptor.withDescription
(String description) Creates a newPluginDescriptor
instance using the specified description.PluginDescriptor.withGoalPrefix
(String goalPrefix) Creates a newPluginDescriptor
instance using the specified goalPrefix.PluginDescriptor.withGroupId
(String groupId) Creates a newPluginDescriptor
instance using the specified groupId.PluginDescriptor.withInheritedByDefault
(boolean inheritedByDefault) Creates a newPluginDescriptor
instance using the specified inheritedByDefault.PluginDescriptor.withIsolatedRealm
(boolean isolatedRealm) Creates a newPluginDescriptor
instance using the specified isolatedRealm.PluginDescriptor.withMojos
(Collection<MojoDescriptor> mojos) Creates a newPluginDescriptor
instance using the specified mojos.Creates a newPluginDescriptor
instance using the specified name.PluginDescriptor.withRequiredJavaVersion
(String requiredJavaVersion) Creates a newPluginDescriptor
instance using the specified requiredJavaVersion.PluginDescriptor.withRequiredMavenVersion
(String requiredMavenVersion) Creates a newPluginDescriptor
instance using the specified requiredMavenVersion.PluginDescriptor.withVersion
(String version) Creates a newPluginDescriptor
instance using the specified version.Methods in org.apache.maven.api.plugin.descriptor with parameters of type PluginDescriptorModifier and TypeMethodDescriptionstatic PluginDescriptor.Builder
PluginDescriptor.newBuilder
(PluginDescriptor from) Creates a newPluginDescriptor
builder instance using the specified object as a basis.static PluginDescriptor.Builder
PluginDescriptor.newBuilder
(PluginDescriptor from, boolean forceCopy) Creates a newPluginDescriptor
builder instance using the specified object as a basis. -
Uses of PluginDescriptor in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return PluginDescriptorConstructors in org.apache.maven.plugin.descriptor with parameters of type PluginDescriptor -
Uses of PluginDescriptor in org.apache.maven.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io that return PluginDescriptorModifier and TypeMethodDescriptionPluginDescriptorStaxReader.read
(InputStream in) PluginDescriptorStaxReader.read
(InputStream in, boolean strict) Method read.PluginDescriptorStaxReader.read
(XMLStreamReader parser, boolean strict) Method read.Methods in org.apache.maven.plugin.descriptor.io with parameters of type PluginDescriptorModifier and TypeMethodDescriptionvoid
PluginDescriptorStaxWriter.write
(OutputStream stream, PluginDescriptor pluginDescriptor) Method write.void
PluginDescriptorStaxWriter.write
(Writer writer, PluginDescriptor pluginDescriptor) Method write.