public class ExecuteSystemCommandActionInfo extends ExtensionInfo<ExecuteSystemCommandAction>
ExecuteSystemCommandAction
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ExecuteSystemCommandActionInfo()
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected ExecuteSystemCommandAction |
createExtension(Controller controller)
Used to create the extension
|
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
public static final ParameterType PARAM_CMD_ON_FILE_KEY
public static final ParameterType PARAM_CMD_ON_DIR_KEY
public static final ParameterType PARAM_EXTENSIONS_KEY
public static final ParameterType PARAM_NEW_FILE_KEY
public static final ParameterType PARAM_DELETED_FILE_KEY
public static final ParameterType PARAM_ABORT_IF_FILE_EXISTS
public ExecuteSystemCommandActionInfo()
protected ExecuteSystemCommandAction createExtension(Controller controller)
ExtensionInfo
createExtension
in class ExtensionInfo<ExecuteSystemCommandAction>