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 | Method and Description |
---|---|
void |
ProcessBuilderClientDelegate.initialize(IClientContext context)
This method should be overloaded by implementations to set (at least) the program
path property (
ProcessBuilderClientDelegate.setProgramPath(File) ), and optionally the working
directory (ProcessBuilderClientDelegate.setWorkingDirectory(File) and the environment
(ProcessBuilderClientDelegate.setEnvironment(Map) ). |
Modifier and Type | Method and Description |
---|---|
void |
IClientDelegate.initialize(IClientContext context)
Initializes this instance so it is ready to process commands and send events.
|
void |
BaseClientDelegate.initialize(IClientContext context)
This method may be overridden if desired, but the overriding method
should make sure that the super implementation is invoked.
|
void |
IRecorderDelegate.initialize(IRecorderContext context)
Initializes this instance so it ready to process commands and send events.
|
void |
BaseRecorderDelegate.initialize(IRecorderContext context)
This method may be overridden if desired, but the overriding method
should make sure that the super implementation is invoked.
|
© Copyright IBM Corp. 2013. All rights reserved.