Uses of Class
org.duracloud.manifest.error.ManifestArgumentException
-
Packages that use ManifestArgumentException Package Description org.duracloud.manifest org.duracloud.manifest.impl -
-
Uses of ManifestArgumentException in org.duracloud.manifest
Methods in org.duracloud.manifest that throw ManifestArgumentException Modifier and Type Method Description InputStreamManifestGenerator. getManifest(String account, String storeId, String spaceId, ManifestFormat format)This method generates the manifest for the given args. -
Uses of ManifestArgumentException in org.duracloud.manifest.impl
Methods in org.duracloud.manifest.impl that throw ManifestArgumentException Modifier and Type Method Description protected ManifestFormatterManifestGeneratorImpl. getFormatter(ManifestFormat format)InputStreamManifestGeneratorImpl. getManifest(String account, String storeId, String spaceId, ManifestFormat format)protected StringManifestGeneratorImpl. validateStoreId(String storeId)
-