Uses of Interface
org.tmatesoft.svn.core.internal.wc.patch.SVNPatchFileStream.SVNPatchFileLineFilter
Packages that use SVNPatchFileStream.SVNPatchFileLineFilter
-
Uses of SVNPatchFileStream.SVNPatchFileLineFilter in org.tmatesoft.svn.core.internal.wc.patch
Fields in org.tmatesoft.svn.core.internal.wc.patch declared as SVNPatchFileStream.SVNPatchFileLineFilterModifier and TypeFieldDescriptionSVNPatchFileStream.lineFilter
private static final SVNPatchFileStream.SVNPatchFileLineFilter
SVNPatchHunk.modified_line_filter
A stream line-filter which allows only modified text from a hunk, and filters special lines (which start with a backslash).private static final SVNPatchFileStream.SVNPatchFileLineFilter
SVNPatchHunk.original_line_filter
A stream line-filter which allows only original text from a hunk, and filters special lines (which start with a backslash).Methods in org.tmatesoft.svn.core.internal.wc.patch with parameters of type SVNPatchFileStream.SVNPatchFileLineFilterModifier and TypeMethodDescriptionvoid
SVNPatchFileStream.setLineFilter
(SVNPatchFileStream.SVNPatchFileLineFilter lineFilter)