Uses of Class
org.opencastproject.assetmanager.api.storage.AssetStoreException
-
Packages that use AssetStoreException Package Description org.opencastproject.assetmanager.api.storage -
-
Uses of AssetStoreException in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that throw AssetStoreException Modifier and Type Method Description booleanAssetStore. contains(StoragePath path)Check if a resource exists.booleanAssetStore. copy(StoragePath from, StoragePath to)Copy a resource to a new location.booleanAssetStore. delete(DeletionSelector sel)Delete all selected resources.com.entwinemedia.fn.data.Opt<InputStream>AssetStore. get(StoragePath path)Get an input stream to a resource.voidAssetStore. put(StoragePath path, Source source)Add the content ofsoureunder the given path.
-