Package org.duracloud.durastore.rest
Class ManifestResource
- java.lang.Object
-
- org.duracloud.durastore.rest.ManifestResource
-
public class ManifestResource extends Object
- Author:
- Andrew Woods Date: 3/17/12
-
-
Constructor Summary
Constructors Constructor Description ManifestResource(ManifestGenerator manifestGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetManifest(String account, String storeId, String spaceId, String fmt)
-
-
-
Constructor Detail
-
ManifestResource
public ManifestResource(ManifestGenerator manifestGenerator)
-
-
Method Detail
-
getManifest
public InputStream getManifest(String account, String storeId, String spaceId, String fmt) throws ManifestArgumentException, ManifestNotFoundException
-
-