Uses of Class
org.apache.maven.search.request.Field.BooleanField
-
Uses of Field.BooleanField in org.apache.maven.search
Modifier and TypeFieldDescriptionstatic final Field.BooleanField
MAVEN.HAS_GPG_SIGNATURE
Boolean field representing the known presence/absence of artifact GPG signature.static final Field.BooleanField
MAVEN.HAS_JAVADOC
Boolean field representing the known presence/absence of artifact Javadoc (is-javadoc.jar
present).static final Field.BooleanField
MAVEN.HAS_SOURCE
Boolean field representing the known presence/absence of artifact sources (is-sources.jar
present).Modifier and TypeMethodDescriptionRecord.getValue
(Field.BooleanField field) Returns the value belonging to given field in this record, ornull
if field not present.