ExecutionFileStoragePlugin
public interface LogFileStoragePlugin extends LogFileStorage
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Deprecated.
Initializes the plugin with contextual data
|
boolean |
isAvailable()
Deprecated.
Returns true if the file is available, false otherwise
|
retrieve, store
void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
context
- context databoolean isAvailable() throws LogFileStorageException
LogFileStorageException
- if there is an error determining the availability