Class FileBufferOperationRunner
- java.lang.Object
-
- org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
-
- org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner
-
public class FileBufferOperationRunner extends GenericFileBufferOperationRunner
AFileBufferOperationRunner
executesIFileBufferOperation
. 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:
IFileBufferOperation
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description FileBufferOperationRunner(IFileBufferManager fileBufferManager, Object validationContext)
Creates a new file buffer operation runner.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor)
-
Methods inherited from class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
computeCommitRule, doCommit, execute
-
-
-
-
Constructor Detail
-
FileBufferOperationRunner
public FileBufferOperationRunner(IFileBufferManager fileBufferManager, Object validationContext)
Creates a new file buffer operation runner.- Parameters:
fileBufferManager
- the file buffer managervalidationContext
- the validationContext
-
-
Method Detail
-
commit
protected void commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) throws CoreException
- Overrides:
commit
in classGenericFileBufferOperationRunner
- Throws:
CoreException
-
-