| Package | Description | 
|---|---|
| org.apache.maven.artifact | 
| Modifier and Type | Field and Description | 
|---|---|
| static ArtifactStatus | ArtifactStatus. CONVERTEDLow trust - was converted from the Maven 1.x repository. | 
| static ArtifactStatus | ArtifactStatus. DEPLOYEDModerate trust - it was deployed directly by a user. | 
| static ArtifactStatus | ArtifactStatus. GENERATEDNo trust - information was generated with defaults. | 
| static ArtifactStatus | ArtifactStatus. NONENo trust - no information about status. | 
| static ArtifactStatus | ArtifactStatus. PARTNERModerate trust - it was deployed directly from a partner. | 
| static ArtifactStatus | ArtifactStatus. VERIFIEDTrusted, 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.