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 Platform
Release 3.5

Uses of Interface
org.eclipse.compare.patch.IFilePatch2

Packages that use IFilePatch2
org.eclipse.compare.patch Provides support for applying and working with patches. 
 

Uses of IFilePatch2 in org.eclipse.compare.patch
 

Subinterfaces of IFilePatch2 in org.eclipse.compare.patch
 interface IFilePatch
          A representation of a file patch that can be applied to an input stream.
 

Methods in org.eclipse.compare.patch that return IFilePatch2
static  IFilePatch2 PatchBuilder. addHunks ( IFilePatch2 filePatch, IHunk[] toAdd)
          Adds IHunks to a given IFilePatch2 and performs recalculation of all hunks' after positions.
static  IFilePatch2 PatchBuilder. createFilePatch ( IPath oldPath, long oldDate, IPath newPath, long newDate, IHunk[] hunks)
          Creates an IFilePatch2 instance and performs recalculation of all hunks' after positions.
static  IFilePatch2[] PatchParser. parsePatch ( ReaderCreator content)
          Parse the given patch and return the set of file patches that it contains.
static  IFilePatch2 PatchBuilder. removeHunks ( IFilePatch2 filePatch, IHunk[] toRemove)
          Removes IHunks from a given IFilePatch2 and performs recalculation of all hunks' after positions.
 

Methods in org.eclipse.compare.patch with parameters of type IFilePatch2
static  IFilePatch2 PatchBuilder. addHunks ( IFilePatch2 filePatch, IHunk[] toAdd)
          Adds IHunks to a given IFilePatch2 and performs recalculation of all hunks' after positions.
static  IFilePatch2 PatchBuilder. removeHunks ( IFilePatch2 filePatch, IHunk[] toRemove)
          Removes IHunks from a given IFilePatch2 and performs recalculation of all hunks' after positions.
 


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