Uses of Class
nl.knaw.dans.bagit.conformance.profile.BagInfoRequirement
-
Uses of BagInfoRequirement in nl.knaw.dans.bagit.conformance
Modifier and TypeMethodDescriptionprivate static void
BagProfileChecker.checkForAcceptableValues
(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement) private static void
BagProfileChecker.checkForNoneRepeatableMetadata
(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static void
BagProfileChecker.checkIfMetadataEntryIsRequired
(Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static void
BagProfileChecker.checkMetadata
(Metadata bagMetadata, Map<String, BagInfoRequirement> bagInfoEntryRequirements) -
Uses of BagInfoRequirement in nl.knaw.dans.bagit.conformance.profile
Modifier and TypeFieldDescriptionprivate Map<String,
BagInfoRequirement> BagitProfile.bagInfoRequirements
Modifier and TypeMethodDescriptionBagitProfile.getBagInfoRequirements()
private static Map<String,
BagInfoRequirement> BagitProfileDeserializer.parseBagInfo
(com.fasterxml.jackson.databind.JsonNode rootNode) Modifier and TypeMethodDescriptionvoid
BagitProfile.setBagInfoRequirements
(Map<String, BagInfoRequirement> bagInfo)