|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.artifact.ArtifactStatus
Type safe enumeration for the artifact status field.
| Field Summary | |
static ArtifactStatus |
CONVERTED
Low trust - was converted from the Maven 1.x repository. |
static ArtifactStatus |
DEPLOYED
Moderate trust - it was deployed directly by a user. |
static ArtifactStatus |
GENERATED
No trust - information was generated with defaults. |
static ArtifactStatus |
NONE
No trust - no information about status. |
static ArtifactStatus |
PARTNER
Moderate trust - it was deployed directly from a partner. |
static ArtifactStatus |
VERIFIED
Trusted, as it has had its data verified by hand. |
| Method Summary | |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
static ArtifactStatus |
valueOf(java.lang.String status)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ArtifactStatus NONE
public static final ArtifactStatus GENERATED
public static final ArtifactStatus CONVERTED
public static final ArtifactStatus PARTNER
public static final ArtifactStatus DEPLOYED
public static final ArtifactStatus VERIFIED
| Method Detail |
public static ArtifactStatus valueOf(java.lang.String status)
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||