Uses of Enum
org.apache.maven.index.ArtifactAvailability
Packages that use ArtifactAvailability
-
Uses of ArtifactAvailability in org.apache.maven.index
Methods in org.apache.maven.index that return ArtifactAvailabilityModifier and TypeMethodDescriptionstatic ArtifactAvailability
ArtifactAvailability.fromString
(String s) ArtifactInfo.getJavadocExists()
ArtifactInfo.getSignatureExists()
ArtifactInfo.getSourcesExists()
static ArtifactAvailability
Returns the enum constant of this type with the specified name.static ArtifactAvailability[]
ArtifactAvailability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.index with parameters of type ArtifactAvailabilityModifier and TypeMethodDescriptionvoid
ArtifactInfo.setJavadocExists
(ArtifactAvailability javadocExists) void
ArtifactInfo.setSignatureExists
(ArtifactAvailability signatureExists) void
ArtifactInfo.setSourcesExists
(ArtifactAvailability sourcesExists)