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