public class RefactoringChangeDescriptor extends ChangeDescriptor
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.
| Constructor and Description |
|---|
RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
Creates the
RefactoringChangeDescriptor with the
RefactoringDescriptor that originated the change. |
| Modifier and Type | Method and Description |
|---|---|
RefactoringDescriptor |
getRefactoringDescriptor()
Returns the
RefactoringDescriptor that originated the change. |
public RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
RefactoringChangeDescriptor with the
RefactoringDescriptor that originated the change.descriptor - the RefactoringDescriptor that originated the change.public RefactoringDescriptor getRefactoringDescriptor()
RefactoringDescriptor that originated the change.RefactoringDescriptor that originated the change.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.