org.xwiki.tool.packager
Class ArtifactItem

java.lang.Object
  extended by org.xwiki.tool.packager.ArtifactItem
Direct Known Subclasses:
SkinArtifactItem

public class ArtifactItem
extends Object

Represents an Artifact Item in the plugin configuration.

Since:
3.4M1
Version:
$Id$

Constructor Summary
ArtifactItem()
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setClassifier(String classifier)
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactItem

public ArtifactItem()
Method Detail

getArtifactId

public String getArtifactId()
Returns:
the artifact id

setArtifactId

public void setArtifactId(String artifactId)
Parameters:
artifactId - the artifactId to set

getGroupId

public String getGroupId()
Returns:
the groupId

setGroupId

public void setGroupId(String groupId)
Parameters:
groupId - the groupId to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - The type to set

getVersion

public String getVersion()
Returns:
Returns the version.

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getClassifier

public String getClassifier()
Returns:
the artifact classifier

setClassifier

public void setClassifier(String classifier)
Parameters:
classifier - the artifat classifier

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.