Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.compare.patch

Provides support for applying and working with patches.

See:
           Description

Interface Summary
IFilePatch A representation of a file patch that can be applied to an input stream.
IFilePatch2 A representation of a file patch that can be applied to an input stream.
IFilePatchResult A file patch result provides the results of an attempt to apply an IFilePatch2 to the contents of a file
IHunk Interface that represents a hunk.
IHunkFilter Filter that is used to determine if a hunk should be applied or not
 

Class Summary
ApplyPatchOperation An operation that provides an interface to the Apply Patch Wizard.
PatchBuilder Builder for creating IFilePatch2 and IHunk objects as well as building relationship between them.
PatchConfiguration A patch configuration allows clients to set parameters that control how a patch is applied.
PatchParser Helper class for parsing patches.
ReaderCreator Abstract class for creating readers.
WorkspacePatcherUI Provides the headers required to create a workspace patch.
 

Package org.eclipse.compare.patch Description

Provides support for applying and working with patches.

Package Specification

The class ApplyPatchOperation defines the entry point to launch the Apply Patch wizard and to manipulate patches programmatically.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire