|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionFileStoragePlugin
Plugin to implement ExecutionFileStorage
Method Summary | |
---|---|
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 |
Methods inherited from interface com.dtolabs.rundeck.core.logging.ExecutionFileStorage |
---|
retrieve, store |
Method Detail |
---|
void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
context
- boolean isAvailable(java.lang.String filetype) throws ExecutionFileStorageException
filetype
- file type or extension of the file to check
ExecutionFileStorageException
- if there is an error determining the availability
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |