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

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

public class Plugin
extends Object
implements Serializable

Mapping information for a single plugin within this group.

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

Constructor Summary
Plugin()
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.