Uses of Class
nl.knaw.dans.bagit.domain.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in nl.knaw.dans.bagit.conformance
Methods in nl.knaw.dans.bagit.conformance with parameters of type MetadataModifier 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.checkMetadata
(Metadata bagMetadata, Map<String, BagInfoRequirement> bagInfoEntryRequirements) -
Uses of Metadata in nl.knaw.dans.bagit.creator
Methods in nl.knaw.dans.bagit.creator with parameters of type MetadataModifier and TypeMethodDescriptionstatic Bag
BagCreator.bagInPlace
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a bag in place for version 0.97.private static Bag
BagCreator.bagInPlace
(Version version, Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) static Bag
BagCreator.createDotBagit
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a basic(only required elements) .bagit bag in place.private static void
BagCreator.createMetadataFile
(Bag bag, Metadata metadata) -
Uses of Metadata in nl.knaw.dans.bagit.domain
Fields in nl.knaw.dans.bagit.domain declared as MetadataMethods in nl.knaw.dans.bagit.domain that return MetadataMethods in nl.knaw.dans.bagit.domain with parameters of type Metadata -
Uses of Metadata in nl.knaw.dans.bagit.writer
Methods in nl.knaw.dans.bagit.writer with parameters of type MetadataModifier and TypeMethodDescriptionstatic void
MetadataWriter.writeBagMetadata
(Metadata metadata, Version version, Path outputDir, Charset charsetName) Write the bag-info.txt (or package-info.txt) file to the specified outputDir with specified encoding (charsetName)