Uses of Interface
org.eclipse.compare.patch.IFilePatch
-
Packages that use IFilePatch Package Description org.eclipse.compare.patch Provides support for applying and working with patches. -
-
Uses of IFilePatch in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch that return IFilePatch Modifier and Type Method Description static IFilePatch[]
ApplyPatchOperation. parsePatch(IStorage storage)
Parse the given patch and return the set of file patches that it contains.
-