org.apache.maven.plugin.descriptor
public class PluginDescriptor extends ComponentSetDescriptor
Version: $Id: PluginDescriptor.java 355404 2005-12-09 07:58:04Z brett $
Method Summary | |
---|---|
void | addMojo(MojoDescriptor mojoDescriptor) |
static String | constructPluginKey(String groupId, String artifactId, String version) |
boolean | equals(Object object) |
String | getArtifactId() |
Map | getArtifactMap() |
List | getArtifacts() |
ClassRealm | getClassRealm() |
static String | getDefaultPluginArtifactId(String id) |
static String | getDefaultPluginGroupId() |
String | getDescription() |
String | getGoalPrefix() |
static String | getGoalPrefixFromArtifactId(String artifactId)
Parse maven-...-plugin.
|
String | getGroupId() |
String | getId() |
Set | getIntroducedDependencyArtifacts() |
Lifecycle | getLifecycleMapping(String lifecycle) |
MojoDescriptor | getMojo(String goal) |
List | getMojos() |
String | getName() |
String | getPluginLookupKey() |
String | getSource() |
String | getVersion() |
int | hashCode() |
boolean | isInheritedByDefault() |
void | setArtifactId(String artifactId) |
void | setArtifacts(List artifacts) |
void | setClassRealm(ClassRealm classRealm) |
void | setDescription(String description) |
void | setGoalPrefix(String goalPrefix) |
void | setGroupId(String groupId) |
void | setInheritedByDefault(boolean inheritedByDefault) |
void | setIntroducedDependencyArtifacts(Set introducedDependencyArtifacts) |
void | setName(String name) |
void | setSource(String source) |
void | setVersion(String version) |
UNKNOWN: move to plugin-tools-api as a default only