| Class | Description |
|---|---|
| AbstractPayloadFileExistsInManifestsVistor |
Implements
SimpleFileVisitor to ensure that the encountered file is in one of the manifests. |
| BagVerifier |
Responsible for verifying if a bag is valid, complete
|
| CheckIfFileExistsTask |
A simple task to check if a file exists on the filesystem.
|
| CheckManifestHashesTask |
Checks a give file to make sure the given checksum hash matches the computed checksum hash.
|
| FileCountAndTotalSizeVistor |
Implements
SimpleFileVisitor to ensure that the encountered file is in one of the manifests. |
| MandatoryVerifier |
Responsible for checking all things related to mandatory files for the bagit specification
|
| ManifestVerifier |
Responsible for all things related to the manifest during verification.
|
| PayloadFileExistsInAllManifestsVistor |
Implements
SimpleFileVisitor to ensure that the encountered file is in one of the manifests. |
| PayloadFileExistsInAtLeastOneManifestVistor |
Implements
SimpleFileVisitor to ensure that the encountered file is in one of the manifests. |
| QuickVerifier |
responsible for all things related to quick verification.
|