|
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.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.history.RefactoringHistory
Object which represents a sequence of executed refactorings with optional time information.
Refactoring histories are exposed by the refactoring history service as result of queries and contain only lightweight proxy objects. The refactoring history service may hand out any number of refactoring histories and associated refactoring descriptor proxies for any given query.
Note: this class may be extended to provide different implementations
IRefactoringHistoryService
,
RefactoringDescriptorProxy
Constructor Summary | |
---|---|
RefactoringHistory()
|
Method Summary | |
---|---|
abstract RefactoringDescriptorProxy[] |
getDescriptors()
Returns the refactoring descriptors of this history, in descending order of their time stamps. |
abstract boolean |
isEmpty()
Is the refactoring history empty? |
abstract RefactoringHistory |
removeAll(RefactoringHistory history)
Returns this refactoring history with all entries from the other history removed. |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RefactoringHistory()
Method Detail |
public abstract RefactoringDescriptorProxy[] getDescriptors()
public abstract boolean isEmpty()
true
if the history is empty, false
otherwisepublic abstract RefactoringHistory removeAll(RefactoringHistory history)
The current refactoring history remains unchanged.
history
- the refactoring history
|
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.