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 voidBagProfileChecker.checkForAcceptableValues(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement) private static voidBagProfileChecker.checkForNoneRepeatableMetadata(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static voidBagProfileChecker.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 BagBagCreator.bagInPlace(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a bag in place for version 0.97.private static BagBagCreator.bagInPlace(Version version, Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) static BagBagCreator.createDotBagit(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a basic(only required elements) .bagit bag in place.private static voidBagCreator.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 voidMetadataWriter.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)