Package org.apache.maven.artifact
Class ArtifactStatus
java.lang.Object
org.apache.maven.artifact.ArtifactStatus
- All Implemented Interfaces:
 Comparable<ArtifactStatus>
Deprecated.
Type safe enumeration for the artifact status field.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArtifactStatusDeprecated.Low trust - was converted from the Maven 1.x repository.static final ArtifactStatusDeprecated.Moderate trust - it was deployed directly by a user.static final ArtifactStatusDeprecated.No trust - information was generated with defaults.static final ArtifactStatusDeprecated.No trust - no information about status.static final ArtifactStatusDeprecated.Moderate trust - it was deployed directly from a partner.static final ArtifactStatusDeprecated.Trusted, as it has had its data verified by hand. - 
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.booleanDeprecated.inthashCode()Deprecated.toString()Deprecated.static ArtifactStatusDeprecated. 
- 
Field Details
- 
NONE
Deprecated.No trust - no information about status. - 
GENERATED
Deprecated.No trust - information was generated with defaults. - 
CONVERTED
Deprecated.Low trust - was converted from the Maven 1.x repository. - 
PARTNER
Deprecated.Moderate trust - it was deployed directly from a partner. - 
DEPLOYED
Deprecated.Moderate trust - it was deployed directly by a user. - 
VERIFIED
Deprecated.Trusted, as it has had its data verified by hand. 
 - 
 - 
Method Details
- 
valueOf
Deprecated. - 
equals
Deprecated. - 
hashCode
public int hashCode()Deprecated. - 
toString
Deprecated. - 
compareTo
Deprecated.- Specified by:
 compareToin interfaceComparable<ArtifactStatus>
 
 -