public class MoveRefactoring extends ProcessorBasedRefactoring
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
MoveRefactoring(MoveProcessor processor)
Creates a new move refactoring with the given move processor.
|
Modifier and Type | Method and Description |
---|---|
MoveProcessor |
getMoveProcessor()
Returns the move processor associated with this move refactoring.
|
RefactoringProcessor |
getProcessor()
Return the processor associated with this refactoring.
|
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, setProcessor, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
public MoveRefactoring(MoveProcessor processor)
processor
- the move processorpublic MoveProcessor getMoveProcessor()
public 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, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.