public class RemoteMacOSXItunesStoreInfo extends ExtensionInfo<RemoteMacOSXItunesStore>
RemoteMacOSXItunesStore
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RemoteMacOSXItunesStoreInfo()
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected RemoteMacOSXItunesStore |
createExtension(Controller controller)
Used to create the extension
|
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
public static final ParameterType PARAM_HOSTNAME
public static final ParameterType PARAM_PORT
public static final ParameterType PARAM_USERNAME
public static final ParameterType PARAM_PASSWORD
public static final ParameterType PARAM_SEARCH_PATTERN
public static final ParameterType PARAM_SEARCH_REPLACE
public static final ParameterType PARAM_FILE_SEPARATOR
protected RemoteMacOSXItunesStore createExtension(Controller controller)
ExtensionInfo
createExtension
in class ExtensionInfo<RemoteMacOSXItunesStore>