Class Plugin
- java.lang.Object
-
- org.apache.maven.artifact.repository.metadata.Plugin
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
@Deprecated public class Plugin extends java.lang.Object implements java.io.Serializable, java.lang.CloneableDeprecated.Mapping information for a single plugin within this group (deprecated).- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Plugin()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Pluginclone()Deprecated.Method clone.java.lang.StringgetArtifactId()Deprecated.Get the plugin artifactId.java.lang.StringgetName()Deprecated.Get display name for the plugin.java.lang.StringgetPrefix()Deprecated.Get the plugin invocation prefix (i.e.voidsetArtifactId(java.lang.String artifactId)Deprecated.Set the plugin artifactId.voidsetName(java.lang.String name)Deprecated.Set display name for the plugin.voidsetPrefix(java.lang.String prefix)Deprecated.Set the plugin invocation prefix (i.e.
-
-
-
Method Detail
-
clone
public Plugin clone()
Deprecated.Method clone.- Overrides:
clonein classjava.lang.Object- Returns:
- Plugin
-
getArtifactId
public java.lang.String getArtifactId()
Deprecated.Get the plugin artifactId.- Returns:
- String
-
getName
public java.lang.String getName()
Deprecated.Get display name for the plugin.- Returns:
- String
-
getPrefix
public java.lang.String getPrefix()
Deprecated.Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Returns:
- String
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
Deprecated.Set the plugin artifactId.- Parameters:
artifactId- a artifactId object.
-
setName
public void setName(java.lang.String name)
Deprecated.Set display name for the plugin.- Parameters:
name- a name object.
-
setPrefix
public void setPrefix(java.lang.String prefix)
Deprecated.Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Parameters:
prefix- a prefix object.
-
-