Uses of Class
org.apache.maven.artifact.ArtifactStatus
-
Packages that use ArtifactStatus Package Description org.apache.maven.artifact -
-
Uses of ArtifactStatus in org.apache.maven.artifact
Fields in org.apache.maven.artifact declared as ArtifactStatus Modifier and Type Field Description static ArtifactStatusArtifactStatus. CONVERTEDLow trust - was converted from the Maven 1.x repository.static ArtifactStatusArtifactStatus. DEPLOYEDModerate trust - it was deployed directly by a user.static ArtifactStatusArtifactStatus. GENERATEDNo trust - information was generated with defaults.static ArtifactStatusArtifactStatus. NONENo trust - no information about status.static ArtifactStatusArtifactStatus. PARTNERModerate trust - it was deployed directly from a partner.static ArtifactStatusArtifactStatus. VERIFIEDTrusted, as it has had its data verified by hand.Methods in org.apache.maven.artifact that return ArtifactStatus Modifier and Type Method Description static ArtifactStatusArtifactStatus. valueOf(java.lang.String status)Methods in org.apache.maven.artifact with parameters of type ArtifactStatus Modifier and Type Method Description intArtifactStatus. compareTo(ArtifactStatus s)
-