Package | Description |
---|---|
org.apache.maven.artifact |
Modifier and Type | Field and 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 and Description |
---|---|
static ArtifactStatus |
ArtifactStatus.valueOf(String status) |
Modifier and Type | Method and Description |
---|---|
int |
ArtifactStatus.compareTo(ArtifactStatus s) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.