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 classSVNMergeDriver.MergeInfoFetcherprotected classSVNMergeDriver.SubTreeMergeInfoHandlerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNEntryHandler Modifier and Type Method Description ISVNEntryHandlerISVNMergeStrategy. getMergeInfoEntryHandler(java.lang.String mergeSrcPath, SVNURL sourceRootURL, long revision1, long revision2, SVNRepository repository, SVNDepth depth, java.util.List childrenWithMergeInfo)ISVNEntryHandlerSVNMergeDriver. 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 voidSVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, boolean includeTC, SVNDepth depth)voidSVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)voidSVNAdminArea. walkThisDirectory(ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)
-