org.eclipse.ltk.core.refactoring.participants
Class DeleteRefactoring
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
org.eclipse.ltk.core.refactoring.participants.DeleteRefactoring
- All Implemented Interfaces:
- IAdaptable
- public class DeleteRefactoring
- extends ProcessorBasedRefactoring
A generic delete refactoring. The actual refactoring is done
by the delete processor passed to the constructor.
This class is not intended to be subclassed by clients.
- Since:
- 3.0
DeleteRefactoring
public DeleteRefactoring(DeleteProcessor processor)
- Constructs a new delete refactoring for the given processor.
- Parameters:
processor
- the delete processor
getProcessor
public RefactoringProcessor getProcessor()
- Return the processor associated with this refactoring. The
method must not return
null
.
- Specified by:
getProcessor
in class ProcessorBasedRefactoring
- Returns:
- the processor associated with this refactoring
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.