|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.artifact.ArtifactStatus
public final class 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(ArtifactStatus s)
|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
static ArtifactStatus |
valueOf(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(String status)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int compareTo(ArtifactStatus s)
compareTo in interface Comparable<ArtifactStatus>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||