Uses of Class
nl.knaw.dans.bagit.domain.FetchItem
Packages that use FetchItem
Package
Description
-
Uses of FetchItem in nl.knaw.dans.bagit.conformance
Method parameters in nl.knaw.dans.bagit.conformance with type arguments of type FetchItemModifier and TypeMethodDescriptionprivate static void
BagProfileChecker.checkFetch
(Path rootDir, boolean allowFetchFile, List<FetchItem> itemsToFetch) -
Uses of FetchItem in nl.knaw.dans.bagit.domain
Fields in nl.knaw.dans.bagit.domain with type parameters of type FetchItemMethods in nl.knaw.dans.bagit.domain that return types with arguments of type FetchItemMethod parameters in nl.knaw.dans.bagit.domain with type arguments of type FetchItem -
Uses of FetchItem in nl.knaw.dans.bagit.reader
Methods in nl.knaw.dans.bagit.reader that return types with arguments of type FetchItem -
Uses of FetchItem in nl.knaw.dans.bagit.verify
Method parameters in nl.knaw.dans.bagit.verify with type arguments of type FetchItemModifier 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
Methods in nl.knaw.dans.bagit.writer with parameters of type FetchItemModifier and TypeMethodDescriptionprivate static String
FetchWriter.formatFetchLine
(FetchItem fetchItem, Path bagitRootDir) Method parameters in nl.knaw.dans.bagit.writer with type arguments of type FetchItemModifier 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