Uses of Class
nl.knaw.dans.bagit.domain.FetchItem
Package
Description
-
Uses of FetchItem in nl.knaw.dans.bagit.conformance
Modifier and TypeMethodDescriptionprivate static void
BagProfileChecker.checkFetch
(Path rootDir, boolean allowFetchFile, List<FetchItem> itemsToFetch) -
Uses of FetchItem in nl.knaw.dans.bagit.domain
-
Uses of FetchItem in nl.knaw.dans.bagit.reader
-
Uses of FetchItem in nl.knaw.dans.bagit.verify
Modifier and TypeMethodDescriptionstatic void
MandatoryVerifier.checkFetchItemsExist
(List<FetchItem> items, Path bagDir) make sure all the fetch items exist in the data directory -
Uses of FetchItem in nl.knaw.dans.bagit.writer
Modifier and TypeMethodDescriptionprivate static String
FetchWriter.formatFetchLine
(FetchItem fetchItem, Path bagitRootDir) Modifier and TypeMethodDescriptionPayloadWriter.getFetchPaths
(List<FetchItem> fetchItems, Path bagDataDir) static void
FetchWriter.writeFetchFile
(List<FetchItem> itemsToFetch, Path outputDir, Path bagitRootDir, Charset charsetName) Write the fetch.txt file to the outputDir with the specified encoding (charsetName)static void
PayloadWriter.writePayloadFiles
(Set<Manifest> payloadManifests, List<FetchItem> fetchItems, Path outputDir, Path bagDataDir) Write the payload file(s) to the output directory