Package org.eclipse.ltk.core.refactoring.participants
package org.eclipse.ltk.core.refactoring.participants
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
-
ClassDescriptionA context that is shared between the refactoring processor and all its associated participants during condition checking.Copy arguments describe the data that a processor provides to its copy participants.A participant to participate in refactorings that copy elements to a shared clipboard.A special processor that performs copy operations.A generic copy refactoring.Create arguments describe the data that a processor provides to its create participants.A participant to participate in refactorings that create elements.Delete arguments describes the data that a processor provides to its delete participants.A participant to participate in refactorings that delete elements.A special processor that performs delete operations.A generic delete refactoring.A condition checker can be used to share condition checks across the main processor and all its associated participants.A participant descriptor filter allows clients to provide additional filters on participant selection.A tagging interface to share a concrete
RefactoringParticipant
instance across multiple elements to be refactored.Move arguments describe the data that a processor provides to its move participants.A participant to participate in refactorings that move elements.A special processor that performs move operations.A generic move refactoring.AParticipantExtensionPoint
is used to manage contributions of participants.Facade to access the rename, move, delete, create and copy participant extension point provided by the org.eclipse.ltk.core.refactoring plug-in.An base implementation for refactorings that are split into one refactoring processor and 0..n participants.A generic super class of all refactoring specific argument classes.A refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor
.An abstract base class defining the protocol between a refactoring and its associated processor.Rename arguments describe the data that a processor provides to its rename participants.A participant to participate in refactorings that rename elements.A special processor that performs rename operations.A generic rename refactoring.Objects of this class can be used as a log to trace the execution of refactorings like copy and pasteA 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.An opaque list to manage sharable participants.A validate edit checker is a shared checker to collect files to be validated all at once.