Class FileBufferOperationRunner
java.lang.Object
org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner
A
FileBufferOperationRunner
executes
IFileBufferOperation
.
The runner takes care of all aspects that are not operation specific.
This class is not intended to be subclassed. Clients instantiate this class.
- Since:
- 3.1
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorDescriptionFileBufferOperationRunner
(IFileBufferManager fileBufferManager, Object validationContext) Creates a new file buffer operation runner. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
commit
(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) Methods inherited from class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
computeCommitRule, doCommit, execute
-
Constructor Details
-
FileBufferOperationRunner
Creates a new file buffer operation runner.- Parameters:
fileBufferManager
- the file buffer managervalidationContext
- the validationContext
-
-
Method Details
-
commit
protected void commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) throws CoreException - Overrides:
commit
in classGenericFileBufferOperationRunner
- Throws:
CoreException
-