Modifier and Type | Field and Description |
---|---|
static ParameterType |
ExecuteSystemCommandActionInfo.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 |
ExecuteSystemCommandActionInfo.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 |
ExecuteSystemCommandActionInfo.PARAM_CMD_ON_FILE_KEY
Parameter type information for the parameter that specifies a command to execute on finding acceptable media files
|
static ParameterType |
ExecuteSystemCommandActionInfo.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 |
ExecuteSystemCommandActionInfo.PARAM_EXTENSIONS_KEY
Parameter type information for the parameter that specifies a comma separated list of media file extensions to accept
|
static ParameterType |
ExecuteSystemCommandActionInfo.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
|
Modifier and Type | Field and Description |
---|---|
static ParameterType |
PodCastActionInfo.PARAM_EXTENSIONS_KEY
Parameter type information for the parameter that specifies a comma separated list of media file extensions to accept
|
static ParameterType |
PodCastActionInfo.PARAM_FEED_DESCRIPTION_KEY
Parameter type information for the parameter that specifies a description to the RSS feed
|
static ParameterType |
PodCastActionInfo.PARAM_FEED_TITLE_KEY
Parameter type information for the parameter that specifies a title to the RSS feed
|
static ParameterType |
PodCastActionInfo.PARAM_FILE_LOCATION
Parameter type information for the parameter that specifies the location of the RSS feed relative to the root of the media directory.
|
static ParameterType |
PodCastActionInfo.PARAM_MEDIA_DIR_URL
Parameter type information for the parameter that specifies the the URL used to find the root media directory
|
static ParameterType |
PodCastActionInfo.PARAM_NUMBER_ENTRIES
Parameter type information for the parameter that specifies the maximum number of entries in the feed
|
static ParameterType |
PodCastActionInfo.PARAM_RESTRICT_PATTERN
Parameter type information for the parameter that can be used to restrict the media files
|
Modifier and Type | Field and Description |
---|---|
static ParameterType |
RenameActionInfo.PARAM_KEY_PRUNE_EMPTY_FOLDERS
The key of the pruneEmptyFolders parameter for this action.
|
Modifier and Type | Method and Description |
---|---|
ParameterType[] |
ExtensionInfo.getParameterInfos()
Used to get information on the parameters
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtensionInfo.setParameterInfos(ParameterType[] parameterInfos)
Used to set the parameter information
|
Constructor and Description |
---|
ExtensionInfo(java.lang.String id,
ExtensionType type,
ParameterType[] parameterInfos)
The constructor
|
Modifier and Type | Method and Description |
---|---|
ParameterType[] |
XBMCSourceInfo.getParameterInfos()
Used to get information on the parameters
|
Modifier and Type | Field and Description |
---|---|
static ParameterType |
DatabaseStoreInfo.PARAM_DATABASE_RESOURCE_ID
Parameter key for resourceId
|
Modifier and Type | Field and Description |
---|---|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_FILE_SEPARATOR
The parameter type information for the file-separator parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_HOSTNAME
The parameter type information for the hostname parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_PASSWORD
The parameter type information for the password parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_PORT
The parameter type information for the host port parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_SEARCH_PATTERN
The parameter type information for the search-pattern parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_SEARCH_REPLACE
The parameter type information for the search-replace parameter
|
static ParameterType |
RemoteMacOSXItunesStoreInfo.PARAM_USERNAME
The parameter type information for the username parameter
|