|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.
Constructor Summary | |
---|---|
RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
Creates the RefactoringChangeDescriptor with the
RefactoringDescriptor that originated the change. |
Method Summary | |
---|---|
RefactoringDescriptor |
getRefactoringDescriptor()
Returns the RefactoringDescriptor that originated the change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
RefactoringChangeDescriptor
with the
RefactoringDescriptor
that originated the change.
descriptor
- the RefactoringDescriptor
that originated the change.Method Detail |
public RefactoringDescriptor getRefactoringDescriptor()
RefactoringDescriptor
that originated the change.
RefactoringDescriptor
that originated the change.
|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.