Class RefactoringChangeDescriptor

java.lang.Object
org.eclipse.ltk.core.refactoring.ChangeDescriptor
org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor

public class RefactoringChangeDescriptor extends ChangeDescriptor
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.