com.ibm.rational.test.lt.recorder.core.extensibility
Interface IClientConfigurationDecorator
public interface IClientConfigurationDecorator
A decorator, registered using the extension point
com.ibm.rational.test.lt.recorder.core.configurationDecocrator, that can
validate or modify a client configuration, just before the recording
session it belongs to is launched.
decorate
IStatus decorate(ClientConfiguration configuration)
- Validates and/or decorates the specified client configuration, so
it is ready for launching.
- Parameters:
configuration
- A client configuration.
- Returns:
- A status indicating if the configuration can be launched. Only OK
and ERROR severities are supported. A message must be provided if the status
severity is ERROR.
© Copyright IBM Corp. 2012. All rights reserved.