public class CopyRefactoring extends ProcessorBasedRefactoring
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
CopyRefactoring(CopyProcessor processor)
Creates a new copy refactoring with the given copy processor.
|
Modifier and Type | Method and Description |
---|---|
CopyProcessor |
getCopyProcessor()
Returns the copy processor associated with this copy 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 CopyRefactoring(CopyProcessor processor)
processor
- the copy processorpublic CopyProcessor getCopyProcessor()
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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.