public abstract class MoveParticipant extends RefactoringParticipant
Move participants are registered via the extension point
org.eclipse.ltk.core.refactoring.moveParticipants
.
Extensions to this extension point must therefore extend this abstract class.
Constructor and Description |
---|
MoveParticipant() |
Modifier and Type | Method and Description |
---|---|
MoveArguments |
getArguments()
Returns the move arguments.
|
protected void |
initialize(RefactoringArguments arguments)
Initializes the participant with the refactoring arguments
|
checkConditions, createChange, createPreChange, getName, getProcessor, getTextChange, initialize, initialize
getAdapter
protected final void initialize(RefactoringArguments arguments)
initialize
in class RefactoringParticipant
arguments
- the refactoring argumentspublic MoveArguments getArguments()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.