org.stanwood.media.store.mp4.itunes
Class RemoteMacOSXItunesStoreInfo

java.lang.Object
  extended by org.stanwood.media.extensions.ExtensionInfo<RemoteMacOSXItunesStore>
      extended by org.stanwood.media.store.mp4.itunes.RemoteMacOSXItunesStoreInfo

public class RemoteMacOSXItunesStoreInfo
extends ExtensionInfo<RemoteMacOSXItunesStore>

This is the store information class for store RemoteMacOSXItunesStore


Field Summary
static ParameterType PARAM_FILE_SEPARATOR
          The parameter type information for the file-separator parameter
static ParameterType PARAM_HOSTNAME
          The parameter type information for the hostname parameter
static ParameterType PARAM_PASSWORD
          The parameter type information for the password parameter
static ParameterType PARAM_PORT
          The parameter type information for the host port parameter
static ParameterType PARAM_SEARCH_PATTERN
          The parameter type information for the search-pattern parameter
static ParameterType PARAM_SEARCH_REPLACE
          The parameter type information for the search-replace parameter
static ParameterType PARAM_USERNAME
          The parameter type information for the username parameter
 
Constructor Summary
RemoteMacOSXItunesStoreInfo()
          The constructor
 
Method Summary
protected  RemoteMacOSXItunesStore 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_HOSTNAME

public static final ParameterType PARAM_HOSTNAME
The parameter type information for the hostname parameter


PARAM_PORT

public static final ParameterType PARAM_PORT
The parameter type information for the host port parameter


PARAM_USERNAME

public static final ParameterType PARAM_USERNAME
The parameter type information for the username parameter


PARAM_PASSWORD

public static final ParameterType PARAM_PASSWORD
The parameter type information for the password parameter


PARAM_SEARCH_PATTERN

public static final ParameterType PARAM_SEARCH_PATTERN
The parameter type information for the search-pattern parameter


PARAM_SEARCH_REPLACE

public static final ParameterType PARAM_SEARCH_REPLACE
The parameter type information for the search-replace parameter


PARAM_FILE_SEPARATOR

public static final ParameterType PARAM_FILE_SEPARATOR
The parameter type information for the file-separator parameter

Constructor Detail

RemoteMacOSXItunesStoreInfo

public RemoteMacOSXItunesStoreInfo()
The constructor

Method Detail

createExtension

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

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