public class FileStitcherImpl extends Object implements FileStitcher
| Constructor and Description |
|---|
FileStitcherImpl(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.domain.Content |
getContentFromManifest(String spaceId,
String contentId,
FileStitcherListener listener) |
ChunksManifest |
getManifest(String spaceId,
String manifestId)
This method returns the deserialized ChunksManifest object found in the
arg spaceId with the arg manifestId.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentFromManifestpublic FileStitcherImpl(DataSource dataSource)
public org.duracloud.domain.Content getContentFromManifest(String spaceId, String contentId, FileStitcherListener listener) throws InvalidManifestException
getContentFromManifest in interface FileStitcherInvalidManifestExceptionpublic ChunksManifest getManifest(String spaceId, String manifestId) throws InvalidManifestException
FileStitchergetManifest in interface FileStitcherspaceId - of manifest content itemmanifestId - of manifest content itemInvalidManifestException - on errorCopyright © 2009–2018 DuraSpace. All rights reserved.