Class TextFileBufferOperation

java.lang.Object
org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation
All Implemented Interfaces:
IFileBufferOperation
Direct Known Subclasses:
ConvertLineDelimitersOperation, RemoveTrailingWhitespaceOperation

public abstract class TextFileBufferOperation extends Object implements IFileBufferOperation
Abstraction for a file buffer operation that works on text file buffers. Subclasses have to override the computeTextEdits method in order to provide a sequence of TextEdit objects.
Since:
3.1
  • Constructor Details

    • TextFileBufferOperation

      protected TextFileBufferOperation(String operationName)
      Creates a new operation with the given name.
      Parameters:
      operationName - the name of the operation
  • Method Details