|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A condition checker can be used to share condition checks across the main processor and all its associated participants.
This interface should be implemented by clients wishing to provide a special refactoring processor with special shared condition checks.
CheckConditionsContext
Method Summary | |
RefactoringStatus |
check(org.eclipse.core.runtime.IProgressMonitor monitor)
Performs the actual condition checking. |
Method Detail |
public RefactoringStatus check(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
monitor
- a progress monitor to report progress
org.eclipse.core.runtime.CoreException
- if an error occurred during condition
checking. The check is interpreted as failed if this happens
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |