Uses of Class
nl.knaw.dans.bagit.exceptions.UnparsableVersionException
Packages that use UnparsableVersionException
-
Uses of UnparsableVersionException in nl.knaw.dans.bagit.conformance
Methods in nl.knaw.dans.bagit.conformance that throw UnparsableVersionExceptionModifier and TypeMethodDescriptionprivate static voidBagLinter.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
Methods in nl.knaw.dans.bagit.reader that throw UnparsableVersionExceptionModifier and TypeMethodDescriptionstatic VersionBagitTextFileReader.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.