org.codehaus.mojo.clirr
Class ArtifactSpecification

java.lang.Object
  extended by org.codehaus.mojo.clirr.ArtifactSpecification

public class ArtifactSpecification
extends Object

An artifact specification.


Constructor Summary
ArtifactSpecification()
           
 
Method Summary
 String getArtifactId()
          Returns the artifacts artifactId.
 String getClassifier()
          Returns the artifacts classifier.
 String getGroupId()
          Returns the artifacts groupId.
 String getType()
          Returns the artifacts type; defaults to "jar".
 String getVersion()
          Returns the artifacts version number.
 void setArtifactId(String artifactId)
          Sets the artifacts artifactId.
 void setClassifier(String classifier)
          Sets the artifacts classifier.
 void setGroupId(String groupId)
          Sets the artifacts groupId.
 void setType(String type)
          Sets the artifacts type; defaults to "jar".
 void setVersion(String version)
          Sets the artifacts version number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactSpecification

public ArtifactSpecification()
Method Detail

getGroupId

public String getGroupId()
Returns the artifacts groupId.


setGroupId

public void setGroupId(String groupId)
Sets the artifacts groupId.


getArtifactId

public String getArtifactId()
Returns the artifacts artifactId.


setArtifactId

public void setArtifactId(String artifactId)
Sets the artifacts artifactId.


getVersion

public String getVersion()
Returns the artifacts version number.


setVersion

public void setVersion(String version)
Sets the artifacts version number.


getClassifier

public String getClassifier()
Returns the artifacts classifier.


setClassifier

public void setClassifier(String classifier)
Sets the artifacts classifier.


getType

public String getType()
Returns the artifacts type; defaults to "jar".


setType

public void setType(String type)
Sets the artifacts type; defaults to "jar".



Copyright © 2006-2014 Codehaus. All Rights Reserved.