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.lineFilterprivate static final SVNPatchFileStream.SVNPatchFileLineFilterSVNPatchHunk.modified_line_filterA stream line-filter which allows only modified text from a hunk, and filters special lines (which start with a backslash).private static final SVNPatchFileStream.SVNPatchFileLineFilterSVNPatchHunk.original_line_filterA 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 TypeMethodDescriptionvoidSVNPatchFileStream.setLineFilter(SVNPatchFileStream.SVNPatchFileLineFilter lineFilter)