Uses of Class
org.apache.maven.api.plugin.descriptor.PluginDescriptor
Package
Description
Maven Plugin descriptor model.
-
Uses of PluginDescriptor in org.apache.maven.api
-
Uses of PluginDescriptor in org.apache.maven.api.plugin.descriptor
Modifier 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.Modifier 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.internal.impl
Modifier and TypeMethodDescriptionstatic PluginDescriptor
Simply parse the given xml string.DefaultPluginXmlFactory.read
(XmlReaderRequest request) Modifier and TypeMethodDescriptionstatic String
DefaultPluginXmlFactory.toXml
(PluginDescriptor content) Simply converts the given content to an xml string.Modifier and TypeMethodDescriptionvoid
DefaultPluginXmlFactory.write
(XmlWriterRequest<PluginDescriptor> request) -
Uses of PluginDescriptor in org.apache.maven.plugin.descriptor
-
Uses of PluginDescriptor in org.apache.maven.plugin.descriptor.io
Modifier and TypeMethodDescriptionPluginDescriptorStaxReader.read
(InputStream in) PluginDescriptorStaxReader.read
(InputStream in, boolean strict) Method read.PluginDescriptorStaxReader.read
(XMLStreamReader parser, boolean strict) Method read.Modifier and TypeMethodDescriptionvoid
PluginDescriptorStaxWriter.write
(OutputStream stream, PluginDescriptor pluginDescriptor) Method write.void
PluginDescriptorStaxWriter.write
(Writer writer, PluginDescriptor pluginDescriptor) Method write.