Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
Constructor and Description |
---|
HistoryItem(ITypedElement base,
IFileState fileState)
Creates a
HistoryItem object which combines the given IFileState
and ITypedElement into an object
which is suitable as input for a compare viewer or ReplaceWithEditionDialog . |
Modifier and Type | Method and Description |
---|---|
IFileState[] |
IFile.getHistory(IProgressMonitor monitor)
Returns a list of past states of this file known to this workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
IFile.setContents(IFileState source,
boolean force,
boolean keepHistory,
IProgressMonitor monitor)
Sets the contents of this file to the bytes in the given file state.
|
void |
IFile.setContents(IFileState source,
int updateFlags,
IProgressMonitor monitor)
Sets the contents of this file to the bytes in the given file state.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.