Uses of Interface
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent.ITellCallback
-
Packages that use SvnTargetContent.ITellCallback Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnTargetContent.ITellCallback in org.tmatesoft.svn.core.internal.wc2.patch
Classes in org.tmatesoft.svn.core.internal.wc2.patch that implement SvnTargetContent.ITellCallback 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.ITellCallback Modifier and Type Field Description private SvnTargetContent.ITellCallback
SvnTargetContent. tellCallback
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnTargetContent.ITellCallback Modifier and Type Method Description SvnTargetContent.ITellCallback
SvnTargetContent. getTellCallback()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnTargetContent.ITellCallback Modifier and Type Method Description void
SvnTargetContent. setTellCallback(SvnTargetContent.ITellCallback tellCallback)
-