public abstract class RefactoringHistory extends PlatformObject
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 and Description |
---|
RefactoringHistory() |
Modifier and Type | Method and Description |
---|---|
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.
|
getAdapter
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
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.