Class GenericFileBufferOperationRunner

java.lang.Object
org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
Direct Known Subclasses:
FileBufferOperationRunner

public class GenericFileBufferOperationRunner extends Object
A GenericFileBufferOperationRunner 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.3
See Also:
Restriction:
This class is not intended to be subclassed by clients.