org.eclipse.cdt.refactoring.tests
Class TestRenameParticipant
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
org.eclipse.ltk.core.refactoring.participants.RenameParticipant
org.eclipse.cdt.refactoring.tests.TestRenameParticipant
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
public class TestRenameParticipant
- extends org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Method Summary |
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkConditions(org.eclipse.core.runtime.IProgressMonitor pm,
org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
|
org.eclipse.ltk.core.refactoring.Change |
createChange(org.eclipse.core.runtime.IProgressMonitor pm)
|
static int |
getConditionCheckCount()
|
static int |
getCreateChangeCount()
|
static java.lang.Object |
getElement()
|
java.lang.String |
getName()
|
static void |
reset()
|
static org.eclipse.ltk.core.refactoring.participants.RenameArguments |
staticGetArguments()
|
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameParticipant |
getArguments |
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant |
getProcessor, getTextChange, initialize |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
getAdapter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRenameParticipant
public TestRenameParticipant()
getConditionCheckCount
public static int getConditionCheckCount()
getCreateChangeCount
public static int getCreateChangeCount()
getElement
public static java.lang.Object getElement()
staticGetArguments
public static org.eclipse.ltk.core.refactoring.participants.RenameArguments staticGetArguments()
reset
public static void reset()
getName
public java.lang.String getName()
- Specified by:
getName
in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
checkConditions
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkConditions(org.eclipse.core.runtime.IProgressMonitor pm,
org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
throws org.eclipse.core.runtime.OperationCanceledException
- Specified by:
checkConditions
in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
- Throws:
org.eclipse.core.runtime.OperationCanceledException
createChange
public org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor pm)
throws org.eclipse.core.runtime.CoreException,
org.eclipse.core.runtime.OperationCanceledException
- Specified by:
createChange
in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
- Throws:
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException