de.saumya.mojo.gems
Class ArtifactCoordinates

java.lang.Object
  extended by de.saumya.mojo.gems.ArtifactCoordinates

public class ArtifactCoordinates
extends Object

This class does NOT represent full Maven2 coordinates. This is only about "primary" artifacts, that does not have classifiers.

Author:
cstamas

Constructor Summary
ArtifactCoordinates(String groupId, String artifactId, String version)
           
ArtifactCoordinates(String groupId, String artifactId, String version, String extension)
           
 
Method Summary
protected  String getArtifactId()
           
protected  String getExtension()
           
protected  String getGroupId()
           
protected  String getVersion()
           
protected  void setArtifactId(String artifactId)
           
protected  void setExtension(String extension)
           
protected  void setGroupId(String groupId)
           
protected  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

ArtifactCoordinates

public ArtifactCoordinates(String groupId,
                           String artifactId,
                           String version)

ArtifactCoordinates

public ArtifactCoordinates(String groupId,
                           String artifactId,
                           String version,
                           String extension)
Method Detail

getGroupId

protected String getGroupId()

setGroupId

protected void setGroupId(String groupId)

getArtifactId

protected String getArtifactId()

setArtifactId

protected void setArtifactId(String artifactId)

getVersion

protected String getVersion()

setVersion

protected void setVersion(String version)

getExtension

protected String getExtension()

setExtension

protected void setExtension(String extension)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.