Uses of Interface
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent.IRealLineCallback
-
Packages that use SvnTargetContent.IRealLineCallback Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnTargetContent.IRealLineCallback in org.tmatesoft.svn.core.internal.wc2.patch
Classes in org.tmatesoft.svn.core.internal.wc2.patch that implement SvnTargetContent.IRealLineCallback Modifier and Type Class Description private static class
SvnPatchTarget.RegularCallbacks
private static class
SvnPatchTarget.SymlinkCallbacks
private static class
SvnPropertiesPatchTarget.PropReadCallbacks
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnTargetContent.IRealLineCallback Modifier and Type Field Description private SvnTargetContent.IRealLineCallback
SvnTargetContent. readLineCallback
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnTargetContent.IRealLineCallback Modifier and Type Method Description SvnTargetContent.IRealLineCallback
SvnTargetContent. getReadLineCallback()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnTargetContent.IRealLineCallback Modifier and Type Method Description void
SvnTargetContent. setReadLineCallback(SvnTargetContent.IRealLineCallback readLineCallback)
-