| Constructor and Description |
|---|
Artifact(Artifact other,
Repository repo,
java.lang.String timestamp) |
Artifact(Repository repo,
java.lang.String value,
java.lang.String timestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Artifact o) |
int |
compareVersion(Artifact o) |
java.io.File |
getFile() |
java.lang.String |
getFilename() |
java.lang.String |
getFolder() |
java.lang.String |
getPath() |
Repository |
getRepository() |
java.io.File |
getSnapshotMeta() |
java.lang.String |
getTimestamp() |
ComparableVersion |
getVersion() |
int |
hashCode() |
boolean |
isSnapshot() |
boolean |
matchesID(Artifact o) |
java.lang.String |
toString() |
public Artifact(Repository repo, java.lang.String value, java.lang.String timestamp)
public Artifact(Artifact other, Repository repo, java.lang.String timestamp)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getFilename()
public java.lang.String getFolder()
public java.lang.String getPath()
public java.io.File getFile()
public java.io.File getSnapshotMeta()
public boolean isSnapshot()
public java.lang.String getTimestamp()
public ComparableVersion getVersion()
public Repository getRepository()
public boolean matchesID(Artifact o)
public int compareVersion(Artifact o)