Java org.apache.maven.plugin.descriptor PluginDescriptor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.plugin.descriptor PluginDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.plugin.descriptor PluginDescriptor.

The text is from its open source code.

Constructor

Method

StringgetArtifactId()
MapgetArtifactMap()
The map of artifacts accessible by the versionlessKey, i.e.
ListgetArtifacts()
Gets the artifacts that make up the plugin's class realm, excluding artifacts shadowed by the Maven core realm like maven-project .
ClassRealmgetClassRealm()
StringgetDefaultPluginArtifactId(String id)
StringgetGoalPrefixFromArtifactId(String artifactId)
Parse maven-...-plugin.
StringgetGroupId()
SetgetIntroducedDependencyArtifacts()
MojoDescriptorgetMojo(String goal)
ListgetMojos()
PlugingetPlugin()
ArtifactgetPluginArtifact()
StringgetPluginLookupKey()
StringgetVersion()
voidsetArtifactId(String artifactId)
voidsetArtifacts(List artifacts)
voidsetGroupId(String groupId)
voidsetPlugin(Plugin plugin)
voidsetPluginArtifact(Artifact pluginArtifact)