Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.clients |
Generic recording clients provided by the recording framework.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutableClientDelegate
An abstract implementation of client delegate that launches a process.
|
class |
ProcessBuilderClientDelegate
An implementation of
AbstractExecutableClientDelegate , using a Java
ProcessBuilder to launch the executable. |
Modifier and Type | Interface and Description |
---|---|
interface |
IClientDelegate
A delegate responsible of managing the lifecycle of a specific type of client.
|
interface |
IRecorderDelegate
A delegate responsible of managing the lifecyle of a specific type of recorder.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseClientDelegate
A base implementation of IClientDelegate.
|
class |
BaseRecorderDelegate
A base implementation of IRecorderDelegate.
|
© Copyright IBM Corp. 2013. All rights reserved.