Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.config |
Provides the classes for defining recording components configurations.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.recorder.ui.wizards |
Wizard related classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
ClientConfiguration.clone() |
ClientConfiguration |
RecorderClientBindingConfiguration.getClientConfiguration() |
ClientConfiguration |
RecordingSessionConfiguration.getClientConfiguration(String type)
Returns the client configuration defined in the session that has the specified type.
|
Modifier and Type | Method and Description |
---|---|
List<ClientConfiguration> |
RecordingSessionConfiguration.getClientConfigurations() |
List<ClientConfiguration> |
RecordingSessionConfiguration.getClientConfigurations(String type)
Returns the client configurations defined in the session configuration with the specified
type.
|
Modifier and Type | Method and Description |
---|---|
RecorderClientBindingConfiguration |
RecordingSessionConfiguration.getRecorderClientBinding(RecorderConfiguration recorderConfiguration,
ClientConfiguration clientConfiguration)
Returns the recorder-client binding between a specific recorder configuration and a specific client
configuration.
|
List<RecorderClientBindingConfiguration> |
RecordingSessionConfiguration.getRecorderClientBindings(ClientConfiguration clientConfiguration)
Returns the recorders bindings that are associated to the specified client configuration.
|
Constructor and Description |
---|
RecorderClientBindingConfiguration(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration) |
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
IClientContext.getClientConfiguration()
Returns the client configuration that the client delegate must conform to.
|
ClientConfiguration |
IClientDecoratorContext.getClientConfiguration()
Returns the configuration of the client that the client decorator is decorating.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IClientConfigurationDecorator.decorate(ClientConfiguration configuration)
Validates and/or decorates the specified client configuration, so
it is ready for launching.
|
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
IClient.getClientConfiguration() |
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
NewRecorderClientWizard.getClientConfiguration()
Returns the client configuration, filled from the user input.
|
ClientConfiguration |
NewClientWizard.getClientConfiguration()
Returns the client configuration populated by the wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
NewClientWizard.initialize(ClientConfiguration configuration)
Initializes the wizard with an empty client configuration.
|
void |
NewRecorderClientWizard.initialize(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations.
|
© Copyright IBM Corp. 2013. All rights reserved.