Uses of Class
nl.knaw.dans.bagit.exceptions.UnparsableVersionException
-
Uses of UnparsableVersionException in nl.knaw.dans.bagit.conformance
Modifier and TypeMethodDescriptionprivate static void
BagLinter.checkForExtraLines
(Path bagitFile, Collection<BagitWarning> warnings, Collection<BagitWarning> warningsToIgnore) static Set<BagitWarning>
The BagIt specification is very flexible in what it allows which leads to situations where something may be technically allowed, but should be discouraged.static Set<BagitWarning>
BagLinter.lintBag
(Path rootDir, Collection<BagitWarning> warningsToIgnore) The BagIt specification is very flexible in what it allows which leads to situations where something may be technically allowed, but should be discouraged. -
Uses of UnparsableVersionException in nl.knaw.dans.bagit.reader
Modifier and TypeMethodDescriptionstatic Version
BagitTextFileReader.parseVersion
(String version) Read the bag from the filesystem and create a bag objectBagitTextFileReader.readBagitTextFile
(Path bagitFile) Read the bagit.txt file and return the version and encoding.