public class IdentifyCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
static CommandType |
COMMAND_TYPE
command type constant identifying this type of command
|
| Constructor and Description |
|---|
IdentifyCommand()
Constructor for
IdentifyCommand. |
IdentifyCommand(Command commandToTransform)
Constructor for
IdentifyCommand. |
| Modifier and Type | Method and Description |
|---|---|
protected CommandType |
buildCommandType()
Builds the command type of this command.
|
protected ParameterDefinition[] |
buildParameterDefinitions()
Builds the set of parameter definitions that this command will use.
|
allowAnyParameter, checkParameterValidity, convertParameters, getCommandType, getConfiguration, getParameterDefinition, getParameterDefinitions, getParameterValue, getParameterValues, getParameterValuesInternalMap, hasParameterValue, initializeMetadata, isCommandInResponse, removeParameterValue, removeParameterValues, setCommandInResponse, setParameterValue, setParameterValuesInternalMap, toString, toStringpublic static final CommandType COMMAND_TYPE
public IdentifyCommand()
throws IllegalArgumentException,
InvalidParameterDefinitionException
IdentifyCommand.public IdentifyCommand(Command commandToTransform)
IdentifyCommand.protected CommandType buildCommandType()
AbstractCommandnull.
This method is called by the command's constructors.
buildCommandType in class AbstractCommandnullAbstractCommand.buildCommandType()protected ParameterDefinition[] buildParameterDefinitions()
AbstractCommandnull if the command accepts any and all parameters, regardless of name or typeThis method is called by the command's constructors.
buildParameterDefinitions in class AbstractCommandnullAbstractCommand.buildParameterDefinitions()Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.