public interface ExecutionFileStoragePlugin extends ExecutionFileStorage
ExecutionFileStorage
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Initializes the plugin with contextual data
|
boolean |
isAvailable(java.lang.String filetype)
Returns true if the file for the context and the given filetype is available, false otherwise
|
retrieve, store
void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
context
- context databoolean isAvailable(java.lang.String filetype) throws ExecutionFileStorageException
filetype
- file type or extension of the file to checkExecutionFileStorageException
- if there is an error determining the availability