Uses of Class
org.stanwood.media.extensions.ParameterType

Packages that use ParameterType
org.stanwood.media.actions.command   
org.stanwood.media.actions.podcast   
org.stanwood.media.actions.rename   
org.stanwood.media.extensions   
org.stanwood.media.source.xbmc   
org.stanwood.media.store.mp4   
org.stanwood.media.store.mp4.itunes   
 

Uses of ParameterType in org.stanwood.media.actions.command
 

Fields in org.stanwood.media.actions.command declared as ParameterType
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
 

Uses of ParameterType in org.stanwood.media.actions.podcast
 

Fields in org.stanwood.media.actions.podcast declared as ParameterType
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
 

Uses of ParameterType in org.stanwood.media.actions.rename
 

Fields in org.stanwood.media.actions.rename declared as ParameterType
static ParameterType RenameActionInfo.PARAM_KEY_PRUNE_EMPTY_FOLDERS
          The key of the pruneEmptyFolders parameter for this action.
 

Uses of ParameterType in org.stanwood.media.extensions
 

Methods in org.stanwood.media.extensions that return ParameterType
 ParameterType[] ExtensionInfo.getParameterInfos()
          Used to get information on the parameters
 

Methods in org.stanwood.media.extensions with parameters of type ParameterType
protected  void ExtensionInfo.setParameterInfos(ParameterType[] parameterInfos)
          Used to set the parameter information
 

Constructors in org.stanwood.media.extensions with parameters of type ParameterType
ExtensionInfo(java.lang.String id, ExtensionType type, ParameterType[] parameterInfos)
          The constructor
 

Uses of ParameterType in org.stanwood.media.source.xbmc
 

Methods in org.stanwood.media.source.xbmc that return ParameterType
 ParameterType[] XBMCSourceInfo.getParameterInfos()
          Used to get information on the parameters
 

Uses of ParameterType in org.stanwood.media.store.mp4
 

Fields in org.stanwood.media.store.mp4 declared as ParameterType
static ParameterType MP4ITunesStoreInfo.PARAM_ATOMIC_PARSLEY_KEY
          The parameter type information for the parameter specifying the location of the AtomicParsley command
static ParameterType MP4ITunesStoreInfo.PARAM_MANAGER_KEY
          The parameter type information for the parameter used to change the manager class
 

Uses of ParameterType in org.stanwood.media.store.mp4.itunes
 

Fields in org.stanwood.media.store.mp4.itunes declared as ParameterType
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