|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.extensions.ExtensionInfo<ExecuteSystemCommandAction>
org.stanwood.media.actions.command.ExecuteSystemCommandActionInfo
public class ExecuteSystemCommandActionInfo
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 |
---|
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
Constructor Detail |
---|
public ExecuteSystemCommandActionInfo()
Method Detail |
---|
protected ExecuteSystemCommandAction createExtension()
ExtensionInfo
createExtension
in class ExtensionInfo<ExecuteSystemCommandAction>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |