Module java.xml.bind
Class SpaceManifestSnapshotManifestVerifier
- java.lang.Object
-
- org.duracloud.snapshot.service.impl.SpaceManifestSnapshotManifestVerifier
-
public class SpaceManifestSnapshotManifestVerifier extends Object
This class verifies that the space manifest and the snapshot manifests match. It will ignore the .collection-snapshot.properties file on the space manifest side. Additionally, since the snapshot manifest is a stitched view of what should be in the space, the stitched, rather than the unstitched, view of the space is used for comparison.- Author:
- Daniel Bernstien
-
-
Constructor Summary
Constructors Constructor Description SpaceManifestSnapshotManifestVerifier(File md5Manifest, org.duracloud.manifeststitch.StitchedManifestGenerator generator, String spaceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getErrors()StringgetSpaceId()booleanverify()Performs the verification.
-