public class RenameRefactoring extends ProcessorBasedRefactoring
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
RenameRefactoring(RenameProcessor processor)
Creates a new rename refactoring with the given rename processor.
|
Modifier and Type | Method and Description |
---|---|
RefactoringProcessor |
getProcessor()
Return the processor associated with this refactoring.
|
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
public RenameRefactoring(RenameProcessor processor)
processor
- the rename processorpublic RefactoringProcessor getProcessor()
null
.getProcessor
in class ProcessorBasedRefactoring
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.