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