Package org.apache.maven.artifact
Class ArtifactStatus
java.lang.Object
org.apache.maven.artifact.ArtifactStatus
- All Implemented Interfaces:
Comparable
Type safe enumeration for the artifact status field.
- Version:
- $Id: ArtifactStatus.java 640549 2008-03-24 20:05:11Z bentmann $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArtifactStatus
Low trust - was converted from the Maven 1.x repository.static final ArtifactStatus
Moderate trust - it was deployed directly by a user.static final ArtifactStatus
No trust - information was generated with defaults.private final String
private static Map
static final ArtifactStatus
No trust - no information about status.static final ArtifactStatus
Moderate trust - it was deployed directly from a partner.private final int
static final ArtifactStatus
Trusted, as it has had its data verified by hand. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
No trust - no information about status. -
GENERATED
No trust - information was generated with defaults. -
CONVERTED
Low trust - was converted from the Maven 1.x repository. -
PARTNER
Moderate trust - it was deployed directly from a partner. -
DEPLOYED
Moderate trust - it was deployed directly by a user. -
VERIFIED
Trusted, as it has had its data verified by hand. -
rank
private final int rank -
key
-
map
-
-
Constructor Details
-
ArtifactStatus
-
-
Method Details