Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc.patch |
Modifier and Type | Field and Description |
---|---|
private SVNPatchFileStream.SVNPatchFileLineFilter |
SVNPatchFileStream.lineFilter |
private static 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 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).
|
Modifier and Type | Method and Description |
---|---|
void |
SVNPatchFileStream.setLineFilter(SVNPatchFileStream.SVNPatchFileLineFilter lineFilter) |