Uses of Interface
org.tmatesoft.svn.core.wc.ISVNChangelistHandler
-
Packages that use ISVNChangelistHandler Package Description org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNChangelistHandler Modifier and Type Method Description void
SVNChangelistClient16. doGetChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified targets.void
SVNChangelistClient16. doGetChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified path.void
SVNChangelistClient16. getChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated.void
SVNChangelistClient16. getChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated. -
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNChangelistHandler Modifier and Type Method Description static ISvnObjectReceiver<java.lang.String>
SvnCodec. changelistReceiver(ISVNChangelistHandler handler)
-
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNChangelistHandler Modifier and Type Class Description class
SvnNgGetChangelistPaths
-
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNChangelistHandler Modifier and Type Class Description class
SvnOldGetChangelistPaths
-
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNChangelistHandler Modifier and Type Method Description void
SVNChangelistClient. doGetChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified targets.void
SVNChangelistClient. doGetChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified path.void
SVNChangelistClient. getChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler)
void
SVNChangelistClient. getChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated.
-