Uses of Class
org.apache.maven.api.plugin.descriptor.PluginDescriptor
Packages that use PluginDescriptor
Package
Description
Maven Core API
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 PluginDescriptorPluginDescriptor.newInstance()Creates a newPluginDescriptorinstance.static PluginDescriptorPluginDescriptor.newInstance(boolean withDefaults) Creates a newPluginDescriptorinstance using default values or not.PluginDescriptor.withArtifactId(String artifactId) Creates a newPluginDescriptorinstance using the specified artifactId.PluginDescriptor.withDescription(String description) Creates a newPluginDescriptorinstance using the specified description.PluginDescriptor.withGoalPrefix(String goalPrefix) Creates a newPluginDescriptorinstance using the specified goalPrefix.PluginDescriptor.withGroupId(String groupId) Creates a newPluginDescriptorinstance using the specified groupId.PluginDescriptor.withInheritedByDefault(boolean inheritedByDefault) Creates a newPluginDescriptorinstance using the specified inheritedByDefault.PluginDescriptor.withIsolatedRealm(boolean isolatedRealm) Creates a newPluginDescriptorinstance using the specified isolatedRealm.PluginDescriptor.withMojos(Collection<MojoDescriptor> mojos) Creates a newPluginDescriptorinstance using the specified mojos.Creates a newPluginDescriptorinstance using the specified name.PluginDescriptor.withRequiredJavaVersion(String requiredJavaVersion) Creates a newPluginDescriptorinstance using the specified requiredJavaVersion.PluginDescriptor.withRequiredMavenVersion(String requiredMavenVersion) Creates a newPluginDescriptorinstance using the specified requiredMavenVersion.PluginDescriptor.withVersion(String version) Creates a newPluginDescriptorinstance using the specified version.Methods in org.apache.maven.api.plugin.descriptor with parameters of type PluginDescriptorModifier and TypeMethodDescriptionstatic PluginDescriptor.BuilderPluginDescriptor.newBuilder(PluginDescriptor from) Creates a newPluginDescriptorbuilder instance using the specified object as a basis.static PluginDescriptor.BuilderPluginDescriptor.newBuilder(PluginDescriptor from, boolean forceCopy) Creates a newPluginDescriptorbuilder instance using the specified object as a basis.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type PluginDescriptor -
Uses of PluginDescriptor in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return PluginDescriptorModifier and TypeMethodDescriptionstatic PluginDescriptorSimply parse the given xml string.DefaultPluginXmlFactory.read(XmlReaderRequest request) Methods in org.apache.maven.internal.impl with parameters of type PluginDescriptorModifier and TypeMethodDescriptionstatic StringDefaultPluginXmlFactory.toXml(PluginDescriptor content) Simply converts the given content to an xml string.Method parameters in org.apache.maven.internal.impl with type arguments of type PluginDescriptorModifier and TypeMethodDescriptionvoidDefaultPluginXmlFactory.write(XmlWriterRequest<PluginDescriptor> request) -
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 TypeMethodDescriptionvoidPluginDescriptorStaxWriter.write(OutputStream stream, PluginDescriptor pluginDescriptor) Method write.voidPluginDescriptorStaxWriter.write(Writer writer, PluginDescriptor pluginDescriptor) Method write.