com.ibm.rational.test.lt.recorder.core.extensibility
Interface IRecorderConfigurationDecorator
public interface IRecorderConfigurationDecorator
A decorator, registered using the extension point
com.ibm.rational.test.lt.recorder.core.configurationDecocrator, that can
validate or modify a recorder configuration, just before the recording
session it belongs to is launched.
decorate
IStatus decorate(RecorderConfiguration configuration)
- Validates and/or decorates the specified recorder configuration, so
it is ready for launching.
- Parameters:
configuration
- A recorder 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.