Uses of Interface
org.tmatesoft.svn.core.internal.wc.admin.ISVNEntryHandler
-
Packages that use ISVNEntryHandler Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin -
-
Uses of ISVNEntryHandler in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNEntryHandler Modifier and Type Class Description protected class
SVNMergeDriver.MergeInfoFetcher
protected class
SVNMergeDriver.SubTreeMergeInfoHandler
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNEntryHandler Modifier and Type Method Description ISVNEntryHandler
ISVNMergeStrategy. getMergeInfoEntryHandler(java.lang.String mergeSrcPath, SVNURL sourceRootURL, long revision1, long revision2, SVNRepository repository, SVNDepth depth, java.util.List childrenWithMergeInfo)
ISVNEntryHandler
SVNMergeDriver. getMergeInfoEntryHandler(java.lang.String mergeSrcPath, SVNURL sourceRootURL, long revision1, long revision2, SVNRepository repository, SVNDepth depth, java.util.List childrenWithMergeInfo)
-
Uses of ISVNEntryHandler in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNEntryHandler Modifier and Type Method Description void
SVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, boolean includeTC, SVNDepth depth)
void
SVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)
void
SVNAdminArea. walkThisDirectory(ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)
-