Package org.eclipse.core.filebuffers.manipulation
package org.eclipse.core.filebuffers.manipulation
Provides the API for manipulating file buffers.
Package Specification
A file buffer operation performs changes of the contents of a file buffer. Clients can either implement the
IFileBufferOperation or subclass TextFileBufferOperation.
-
ClassDescriptionHelper class to create a container and all missing parent containers.A text file buffer operation that changes the line delimiters to a specified line delimiter.A
FileBufferOperationRunnerexecutesIFileBufferOperation.AGenericFileBufferOperationRunnerexecutesIFileBufferOperation.A file buffer operation performs changes of the contents of a file buffer.Multi-text edit with progress reporting.A text file buffer operation that removes all trailing whitespace.Abstraction for a file buffer operation that works on text file buffers.