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 Summary
-
Method Summary
Modifier 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.void
setArtifactId
(String artifactId) Deprecated.Set the plugin artifactId.void
Deprecated.Set display name for the plugin.void
Deprecated.Set the plugin invocation prefix (i.e.
-
Constructor Details
-
Plugin
public Plugin()Deprecated.
-
-
Method Details
-
clone
Deprecated.Method clone. -
getArtifactId
Deprecated.Get the plugin artifactId.- Returns:
- String
-
getName
Deprecated.Get display name for the plugin.- Returns:
- String
-
getPrefix
Deprecated.Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Returns:
- String
-
setArtifactId
Deprecated.Set the plugin artifactId.- Parameters:
artifactId
- a artifactId object.
-
setName
Deprecated.Set display name for the plugin.- Parameters:
name
- a name object.
-
setPrefix
Deprecated.Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).- Parameters:
prefix
- a prefix object.
-