Package | Description |
---|---|
org.eclipse.compare.patch |
Provides support for applying and working with patches.
|
Modifier and Type | Method and Description |
---|---|
IFilePatchResult |
IFilePatch.apply(IStorage contents,
PatchConfiguration configuration,
IProgressMonitor monitor)
Apply this patch to the given file contents.
|
IFilePatchResult |
IFilePatch2.apply(ReaderCreator content,
PatchConfiguration configuration,
IProgressMonitor monitor)
Apply this patch to the given contents.
|
IPath |
IFilePatch2.getTargetPath(PatchConfiguration configuration)
Return the target path for this patch.
|
IPath |
IFilePatch.getTargetPath(PatchConfiguration configuration)
Return the target path for this patch.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.