public interface ITargetResolver
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor |
resolveTarget(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target) |
boolean |
restart() |
com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor resolveTarget(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target)
target
- null
if this resolver is uncapable of resolving the target
or ITargetDescriptor
. The ITargetDescriptor
can be the same or a new one.boolean restart()
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.TargetDescriptorFactory.doResolve(ITargetDescriptor)
© Copyright IBM Corp. 2013. All rights reserved.