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, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
public MoveRefactoring(MoveProcessor processor)
processor
- the move processorpublic MoveProcessor getMoveProcessor()
public RefactoringProcessor getProcessor()
null
.getProcessor
in class ProcessorBasedRefactoring
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.