org.apache.maven.artifact.repository.metadata
Class Plugin

java.lang.Object
  extended by org.apache.maven.artifact.repository.metadata.Plugin
All Implemented Interfaces:
Serializable, Cloneable

public class Plugin
extends Object
implements Serializable, Cloneable

Mapping information for a single plugin within this group.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Plugin()
           
 
Method Summary
 Plugin clone()
          Method clone.
 String getArtifactId()
          Get the plugin artifactId.
 String getName()
          Get display name for the plugin.
 String getPrefix()
          Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).
 void setArtifactId(String artifactId)
          Set the plugin artifactId.
 void setName(String name)
          Set display name for the plugin.
 void setPrefix(String prefix)
          Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

clone

public Plugin clone()
Method clone.

Overrides:
clone in class Object
Returns:
Plugin

getArtifactId

public String getArtifactId()
Get the plugin artifactId.

Returns:
String

getName

public String getName()
Get display name for the plugin.

Returns:
String

getPrefix

public String getPrefix()
Get the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).

Returns:
String

setArtifactId

public void setArtifactId(String artifactId)
Set the plugin artifactId.

Parameters:
artifactId -

setName

public void setName(String name)
Set display name for the plugin.

Parameters:
name -

setPrefix

public void setPrefix(String prefix)
Set the plugin invocation prefix (i.e. eclipse for eclipse:eclipse).

Parameters:
prefix -


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.