public class FileBufferOperationRunner extends GenericFileBufferOperationRunner
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.
IFileBufferOperation
Constructor and Description |
---|
FileBufferOperationRunner(IFileBufferManager fileBufferManager,
Object validationContext)
Creates a new file buffer operation runner.
|
Modifier and Type | Method and Description |
---|---|
protected void |
commit(IFileBuffer[] fileBuffers,
IProgressMonitor progressMonitor) |
computeCommitRule, doCommit, execute
public FileBufferOperationRunner(IFileBufferManager fileBufferManager, Object validationContext)
fileBufferManager
- the file buffer managervalidationContext
- the validationContextprotected void commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) throws CoreException
commit
in class GenericFileBufferOperationRunner
CoreException
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.