| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommand.initializeMetadata()
Initializes the newly constructed command so its type and parameter definition metadata are built properly.
|
| Constructor and Description |
|---|
AbstractCommand()
Constructor for
AbstractCommand that defines just the type without any parameters. |
AbstractCommand(Map<String,Object> commandParameters)
Constructor for
AbstractCommand that allows the caller to define both the name and parameter default
values. |
| Constructor and Description |
|---|
EchoCommand()
Constructor for
EchoCommand. |
EchoCommand(Map<String,Object> commandParameters)
Constructor for
EchoCommand. |
| Constructor and Description |
|---|
GenericCommand() |
GenericCommand(Map<String,Object> commandParameters) |
| Constructor and Description |
|---|
IdentifyCommand()
Constructor for
IdentifyCommand. |
| Constructor and Description |
|---|
RemotePojoInvocationCommand()
Constructor for
RemotePojoInvocationCommand. |
RemotePojoInvocationCommand(Map<String,Object> commandParameters)
Constructor for
RemotePojoInvocationCommand. |
| Constructor and Description |
|---|
StartCommand()
Constructor for
StartCommand. |
StartCommand(Map<String,Object> commandParameters)
Constructor for
StartCommand. |
| Constructor and Description |
|---|
RemoteInputStreamCommand()
Constructor for
RemoteInputStreamCommand. |
RemoteInputStreamCommand(Map<String,Object> commandParameters)
Constructor for
RemoteInputStreamCommand. |
RemoteOutputStreamCommand()
Constructor for
RemoteOutputStreamCommand. |
RemoteOutputStreamCommand(Map<String,Object> commandParameters)
Constructor for
RemoteOutputStreamCommand. |
| Modifier and Type | Method and Description |
|---|---|
ParameterDefinition |
Parameters.getParameterDefinition(String parameterName)
Given the name of a parameter, this will return the parameter's definition.
|
ParameterDefinition |
ParametersImpl.getParameterDefinition(String parameterName) |
Object |
Parameters.getParameterValue(String parameterName)
Given the name of a parameter, this will return the parameter's value.
|
Object |
ParametersImpl.getParameterValue(String parameterName) |
void |
Parameters.setParameterValue(String parameterName,
Object parameterValue)
Given the name of a parameter, this will set the parameter's value.
|
void |
ParametersImpl.setParameterValue(String parameterName,
Object parameterValue) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.