com.dtolabs.rundeck.plugins.logging
Interface LogFileStoragePlugin

All Superinterfaces:
LogFileStorage

Deprecated. no longer used, replaced by ExecutionFileStoragePlugin

public interface LogFileStoragePlugin
extends LogFileStorage

Plugin interface for Log file storage


Method Summary
 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
 
Methods inherited from interface com.dtolabs.rundeck.core.logging.LogFileStorage
retrieve, store
 

Method Detail

initialize

void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Deprecated. 
Initializes the plugin with contextual data

Parameters:
context -

isAvailable

boolean isAvailable()
                    throws LogFileStorageException
Deprecated. 
Returns true if the file is available, false otherwise

Returns:
Throws:
LogFileStorageException - if there is an error determining the availability