Uses of Interface
org.eclipse.compare.patch.IHunkFilter
Packages that use IHunkFilter
Package
Description
Provides support for applying and working with patches.
-
Uses of IHunkFilter in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch that return IHunkFilterModifier and TypeMethodDescriptionPatchConfiguration.getHunkFilters()
Return an array of hunk filters that have been added to this configuration.Methods in org.eclipse.compare.patch with parameters of type IHunkFilterModifier and TypeMethodDescriptionvoid
PatchConfiguration.addHunkFilter
(IHunkFilter filter) Adds a hunk filter.void
PatchConfiguration.removeHunkFilter
(IHunkFilter filter) Removes a hunk filter.