Package org.apache.maven.artifact
Class ArtifactStatus
java.lang.Object
org.apache.maven.artifact.ArtifactStatus
- All Implemented Interfaces:
- Comparable<ArtifactStatus>
Type safe enumeration for the artifact status field.
- Author:
- Brett Porter
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ArtifactStatusLow trust - was converted from the Maven 1.x repository.static final ArtifactStatusModerate trust - it was deployed directly by a user.static final ArtifactStatusNo trust - information was generated with defaults.static final ArtifactStatusNo trust - no information about status.static final ArtifactStatusModerate trust - it was deployed directly from a partner.static final ArtifactStatusTrusted, as it has had its data verified by hand.
- 
Method Summary
- 
Field Details- 
NONENo trust - no information about status.
- 
GENERATEDNo trust - information was generated with defaults.
- 
CONVERTEDLow trust - was converted from the Maven 1.x repository.
- 
PARTNERModerate trust - it was deployed directly from a partner.
- 
DEPLOYEDModerate trust - it was deployed directly by a user.
- 
VERIFIEDTrusted, as it has had its data verified by hand.
 
- 
- 
Method Details- 
valueOf
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
compareTo- Specified by:
- compareToin interface- Comparable<ArtifactStatus>
 
 
-