| Package | Description |
|---|---|
| org.apache.maven.artifact |
| Modifier and Type | Field | Description |
|---|---|---|
static ArtifactStatus |
ArtifactStatus.CONVERTED |
Low trust - was converted from the Maven 1.x repository.
|
static ArtifactStatus |
ArtifactStatus.DEPLOYED |
Moderate trust - it was deployed directly by a user.
|
static ArtifactStatus |
ArtifactStatus.GENERATED |
No trust - information was generated with defaults.
|
static ArtifactStatus |
ArtifactStatus.NONE |
No trust - no information about status.
|
static ArtifactStatus |
ArtifactStatus.PARTNER |
Moderate trust - it was deployed directly from a partner.
|
static ArtifactStatus |
ArtifactStatus.VERIFIED |
Trusted, as it has had its data verified by hand.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ArtifactStatus |
ArtifactStatus.valueOf(java.lang.String status) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ArtifactStatus.compareTo(ArtifactStatus s) |