org.xwiki.tool.packager
Class ArtifactItem
java.lang.Object
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$
ArtifactItem
public ArtifactItem()
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.