Package org.duracloud.manifeststitch
Class StitchedManifestGenerator
java.lang.Object
org.duracloud.manifeststitch.StitchedManifestGenerator
This class takes a manifest and generates a "stitched" view by 1) writing out
all the unchunked items as they appear in the original manifest, 2) filtering
out all chunks, and 3) reading and parsing from any *.dura-manifest files the
checksum of the stitched file.
- Author:
- Daniel Bernstein Date: 08/28/2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(String spaceId, ManifestFormat format) protected voidwriteLine(String line, BufferedWriter writer)
-
Constructor Details
-
StitchedManifestGenerator
-
-
Method Details
-
generate
- Throws:
IOException
-
writeLine
- Throws:
IOException
-