public interface IConditionChecker
This interface should be implemented by clients wishing to provide a special refactoring processor with special shared condition checks.
CheckConditionsContext
Modifier and Type | Method and Description |
---|---|
RefactoringStatus |
check(IProgressMonitor monitor)
Performs the actual condition checking.
|
RefactoringStatus check(IProgressMonitor monitor) throws CoreException
monitor
- a progress monitor to report progressCoreException
- if an error occurred during condition
checking. The check is interpreted as failed if this happens
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.