Class Plugin
java.lang.Object
org.apache.maven.artifact.repository.metadata.Plugin
- All Implemented Interfaces:
- Serializable,- Cloneable
Deprecated.
Mapping information for a single plugin within this group
 (deprecated).
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Method clone.Deprecated.Get the plugin artifactId.getName()Deprecated.Get display name for the plugin.Deprecated.Get the plugin invocation prefix (i.e.voidsetArtifactId(String artifactId) Deprecated.Set the plugin artifactId.voidDeprecated.Set display name for the plugin.voidDeprecated.Set the plugin invocation prefix (i.e.
- 
Constructor Details- 
Pluginpublic Plugin()Deprecated.
 
- 
- 
Method Details- 
cloneDeprecated.Method clone.
- 
getArtifactIdDeprecated.Get the plugin artifactId.- Returns:
- String
 
- 
getNameDeprecated.Get display name for the plugin.- Returns:
- String
 
- 
getPrefixDeprecated.Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Returns:
- String
 
- 
setArtifactIdDeprecated.Set the plugin artifactId.- Parameters:
- artifactId- a artifactId object.
 
- 
setNameDeprecated.Set display name for the plugin.- Parameters:
- name- a name object.
 
- 
setPrefixDeprecated.Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Parameters:
- prefix- a prefix object.
 
 
-