Class Plugin
java.lang.Object
org.apache.maven.artifact.repository.metadata.Plugin
- All Implemented Interfaces:
Serializable
,Cloneable
Mapping information for a single plugin within this group.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.Get the plugin artifactId.getName()
Get display name for the plugin.Get the plugin invocation prefix (i.e.void
setArtifactId
(String artifactId) Set the plugin artifactId.void
Set display name for the plugin.void
Set the plugin invocation prefix (i.e.
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
clone
Method clone. -
getArtifactId
Get the plugin artifactId.- Returns:
- String
-
getName
Get display name for the plugin.- Returns:
- String
-
getPrefix
Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Returns:
- String
-
setArtifactId
Set the plugin artifactId.- Parameters:
artifactId
- a artifactId object.
-
setName
Set display name for the plugin.- Parameters:
name
- a name object.
-
setPrefix
Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Parameters:
prefix
- a prefix object.
-