org.stanwood.media.actions.command
Class ExecuteSystemCommandActionInfo

java.lang.Object
  extended by org.stanwood.media.extensions.ExtensionInfo<ExecuteSystemCommandAction>
      extended by org.stanwood.media.actions.command.ExecuteSystemCommandActionInfo

public class ExecuteSystemCommandActionInfo
extends ExtensionInfo<ExecuteSystemCommandAction>

Extension information about the action ExecuteSystemCommandAction


Field Summary
static ParameterType PARAM_ABORT_IF_FILE_EXISTS
          Parameter type information for the parameter that specifies The name of a file, that if it exists, then this action will not perform
static ParameterType PARAM_CMD_ON_DIR_KEY
          Parameter type information for the parameter that specifies a command to execute on finding acceptable directories within the media directory
static ParameterType PARAM_CMD_ON_FILE_KEY
          Parameter type information for the parameter that specifies a command to execute on finding acceptable media files
static ParameterType PARAM_DELETED_FILE_KEY
          Parameter type information for the parameter that specifies If this command deletes a new file, then the name should be in this parameter
static ParameterType PARAM_EXTENSIONS_KEY
          Parameter type information for the parameter that specifies a comma separated list of media file extensions to accept
static ParameterType PARAM_NEW_FILE_KEY
          Parameter type information for the parameter that specifies if this command creates a new file, then the name should be in this parameter
 
Constructor Summary
ExecuteSystemCommandActionInfo()
          The constructor
 
Method Summary
protected  ExecuteSystemCommandAction createExtension()
          Used to create the extension
 
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_CMD_ON_FILE_KEY

public static final ParameterType PARAM_CMD_ON_FILE_KEY
Parameter type information for the parameter that specifies a command to execute on finding acceptable media files


PARAM_CMD_ON_DIR_KEY

public static final ParameterType PARAM_CMD_ON_DIR_KEY
Parameter type information for the parameter that specifies a command to execute on finding acceptable directories within the media directory


PARAM_EXTENSIONS_KEY

public static final ParameterType PARAM_EXTENSIONS_KEY
Parameter type information for the parameter that specifies a comma separated list of media file extensions to accept


PARAM_NEW_FILE_KEY

public static final ParameterType PARAM_NEW_FILE_KEY
Parameter type information for the parameter that specifies if this command creates a new file, then the name should be in this parameter


PARAM_DELETED_FILE_KEY

public static final ParameterType PARAM_DELETED_FILE_KEY
Parameter type information for the parameter that specifies If this command deletes a new file, then the name should be in this parameter


PARAM_ABORT_IF_FILE_EXISTS

public static final ParameterType PARAM_ABORT_IF_FILE_EXISTS
Parameter type information for the parameter that specifies The name of a file, that if it exists, then this action will not perform

Constructor Detail

ExecuteSystemCommandActionInfo

public ExecuteSystemCommandActionInfo()
The constructor

Method Detail

createExtension

protected ExecuteSystemCommandAction createExtension()
Description copied from class: ExtensionInfo
Used to create the extension

Specified by:
createExtension in class ExtensionInfo<ExecuteSystemCommandAction>
Returns:
The extension