Package | Description |
---|---|
org.eclipse.ltk.core.refactoring.participants |
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceChangeChecker
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 |
ValidateEditChecker
A validate edit checker is a shared checker to collect files
to be validated all at once.
|
Modifier and Type | Method and Description |
---|---|
IConditionChecker |
CheckConditionsContext.getChecker(Class clazz)
Returns the condition checker of the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckConditionsContext.add(IConditionChecker checker)
Adds the given condition checker.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.