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.
|
com.ibm.rational.test.lt.testgen.core.conversion |
Provides the classes and interfaces for implementing packet converters.
|
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration |
RecorderConfiguration.clone() |
RecorderConfiguration |
RecorderClientBindingConfiguration.getRecorderConfiguration() |
RecorderConfiguration |
RecordingSessionConfiguration.getRecorderConfiguration(String type)
Returns the recorder configuration defined in the session that has the specified type.
|
Modifier and Type | Method and Description |
---|---|
List<RecorderConfiguration> |
RecordingSessionConfiguration.getRecorderConfigurations() |
List<RecorderConfiguration> |
RecordingSessionConfiguration.getRecorderConfigurations(String type)
Returns the recorder 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(RecorderConfiguration recorderConfiguration)
Returns the client bindings that are associated to the specified recorder configuration.
|
Constructor and Description |
---|
RecorderClientBindingConfiguration(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration) |
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration |
IClientContext.getBoundRecorderConfiguration(short recorderId)
Returns a configuration of a recorder bound to this client.
|
RecorderConfiguration |
IRecorderContext.getRecorderConfiguration()
Returns the recorder configuration that the recorder delegate must conform to.
|
RecorderConfiguration |
IClientDecoratorContext.getRecorderConfiguration()
Returns the configuration of the recorder that the client decorator works for.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IRecorderConfigurationDecorator.decorate(RecorderConfiguration configuration)
Validates and/or decorates the specified recorder configuration, so
it is ready for launching.
|
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration |
IRecorder.getRecorderConfiguration() |
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration[] |
NewRecordersWizard.getRecorderConfigurations()
Returns the recorder configurations, filled with properties from the user input
This method is invoked only when
SubWizard.canFinishThisWizard() returns true . |
RecorderConfiguration[] |
NewRecorderClientWizard.getRecorderConfigurations()
Returns the recorder configurations, filled with properties from the user input
This method is invoked only when
SubWizard.canFinishThisWizard() returns true . |
Modifier and Type | Method and Description |
---|---|
void |
NewRecorderClientWizard.initialize(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations.
|
void |
NewRecordersWizard.initialize(RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations.
|
protected void |
NewRecordersWizard.setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations) |
protected void |
NewRecorderClientWizard.setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations) |
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration |
IPacketConverterContext.getRecorderConfiguration(short recorderId)
Returns the recorder configuration of the recorder with the specified id.
|
Modifier and Type | Method and Description |
---|---|
RecorderConfiguration |
ITestGeneratorContext.getRecorderConfiguration(short recorderId)
Returns the recorder configuration of the recorder with the specified id.
|
© Copyright IBM Corp. 2013. All rights reserved.