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