IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testeditor.navigation
Interface ITargetResolver


public interface ITargetResolver


Method Summary
 com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor resolveTarget(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target)
           
 boolean restart()
           
 

Method Detail

resolveTarget

com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor resolveTarget(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target)
Parameters:
target -
Returns:
null if this resolver is uncapable of resolving the target or ITargetDescriptor. The ITargetDescriptor can be the same or a new one.

restart

boolean restart()
Returns:
true if TargetDescriptorFactory should restart resolving process, or false if TargetDescriptorFactory should evaluate next ITargetDescriptor. This method is called after every call to resolveTarget that returns a non-null value.
See Also:
TargetDescriptorFactory.doResolve(ITargetDescriptor)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.