public abstract class RenameParticipant extends RefactoringParticipant
Rename participants are registered via the extension point
org.eclipse.ltk.core.refactoring.renameParticipants
.
Extensions to this extension point must therefore extend this abstract class.
Constructor and Description |
---|
RenameParticipant() |
Modifier and Type | Method and Description |
---|---|
RenameArguments |
getArguments()
Returns the rename 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 RenameArguments getArguments()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.