|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.archiva.model.ArtifactReference
public class ArtifactReference
Class ArtifactReference.
| Constructor Summary | |
|---|---|
ArtifactReference()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getArtifactId()
Get The Artifact ID of the repository content. |
String |
getClassifier()
Get The classifier for this artifact. |
String |
getGroupId()
Get The Group ID of the repository content. |
String |
getType()
Get The type of artifact. |
String |
getVersion()
Get The version of the repository content. |
int |
hashCode()
|
void |
setArtifactId(String artifactId)
Set The Artifact ID of the repository content. |
void |
setClassifier(String classifier)
Set The classifier for this artifact. |
void |
setGroupId(String groupId)
Set The Group ID of the repository content. |
void |
setType(String type)
Set The type of artifact. |
void |
setVersion(String version)
Set The version of the repository content. |
static String |
toKey(ArtifactReference artifactReference)
|
static String |
toVersionlessKey(ArtifactReference artifactReference)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArtifactReference()
| Method Detail |
|---|
public String getArtifactId()
public String getClassifier()
public String getGroupId()
public String getType()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId - public void setClassifier(String classifier)
classifier - public void setGroupId(String groupId)
groupId - public void setType(String type)
type - public void setVersion(String version)
version - public static String toKey(ArtifactReference artifactReference)
public static String toVersionlessKey(ArtifactReference artifactReference)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||