Uses of Interface
org.eclipse.ltk.core.refactoring.participants.IConditionChecker
Package
Description
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
-
Uses of IConditionChecker in org.eclipse.ltk.core.refactoring.participants
Modifier and TypeClassDescriptionclass
A resource operation checker is a shared checker to collect all changes done by the refactoring and the participants to resources so that they can be validated as one change.class
A validate edit checker is a shared checker to collect files to be validated all at once.Modifier and TypeMethodDescription<T extends IConditionChecker>
TCheckConditionsContext.getChecker
(Class<T> clazz) Returns the condition checker of the given type.Modifier and TypeMethodDescriptionvoid
CheckConditionsContext.add
(IConditionChecker checker) Adds the given condition checker.