Package org.eclipse.ltk.core.refactoring
Class RefactoringChangeDescriptor
java.lang.Object
org.eclipse.ltk.core.refactoring.ChangeDescriptor
org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor
A
RefactoringChangeDescriptor
describes changes created by a
refactoring. Changes created by a refactoring should provide an appropriate
refactoring change descriptor, which allows to completely reconstruct the
particular refactoring instance from the encapsulated refactoring descriptor.
Note: this class is not intended to be subclassed by clients.
- Since:
- 3.2
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorsConstructorDescriptionRefactoringChangeDescriptor
(RefactoringDescriptor descriptor) Creates theRefactoringChangeDescriptor
with theRefactoringDescriptor
that originated the change. -
Method Summary
-
Constructor Details
-
RefactoringChangeDescriptor
Creates theRefactoringChangeDescriptor
with theRefactoringDescriptor
that originated the change.- Parameters:
descriptor
- theRefactoringDescriptor
that originated the change.
-
-
Method Details
-
getRefactoringDescriptor
Returns theRefactoringDescriptor
that originated the change.- Returns:
- the
RefactoringDescriptor
that originated the change.
-