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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.Get the plugin artifactId.getName()Get display name for the plugin.Get the plugin invocation prefix (i.e.voidsetArtifactId(String artifactId) Set the plugin artifactId.voidSet display name for the plugin.voidSet the plugin invocation prefix (i.e.
- 
Constructor Details- 
Pluginpublic Plugin()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getArtifactIdGet the plugin artifactId.- Returns:
- String
 
- 
getNameGet display name for the plugin.- Returns:
- String
 
- 
getPrefixGet the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Returns:
- String
 
- 
setArtifactIdSet the plugin artifactId.- Parameters:
- artifactId- a artifactId object.
 
- 
setNameSet display name for the plugin.- Parameters:
- name- a name object.
 
- 
setPrefixSet the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Parameters:
- prefix- a prefix object.
 
 
-