Interface ConditionTester
- 
public interface ConditionTester 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetName()ConditionResultrun(TaskMonitor monitor) 
 - 
 
- 
- 
Method Detail
- 
getName
java.lang.String getName()
 
- 
getDescription
java.lang.String getDescription()
 
- 
run
ConditionResult run(TaskMonitor monitor) throws CancelledException
- Throws:
 CancelledException
 
 - 
 
 -