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, setProcessor, toStringcheckAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContextpublic RenameRefactoring(RenameProcessor processor)
processor - the rename processorpublic RefactoringProcessor getProcessor()
null. Implementors can override this method
to return the processor to be used by this refactoring. Since 3.4, this method returns the processor passed in
ProcessorBasedRefactoring.ProcessorBasedRefactoring(RefactoringProcessor) or by ProcessorBasedRefactoring.setProcessor(RefactoringProcessor).getProcessor in class ProcessorBasedRefactoring
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.