Uses of Interface
org.tmatesoft.svn.core.wc.ISVNChangelistHandler
Packages that use ISVNChangelistHandler
Package
Description
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 ISVNChangelistHandlerModifier and TypeMethodDescriptionvoid
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 ISVNChangelistHandlerModifier and TypeMethodDescriptionstatic 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 -
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNChangelistHandler -
Uses of ISVNChangelistHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNChangelistHandlerModifier and TypeMethodDescriptionvoid
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.
SVNChangelistClient16.doGetChangeListPaths(Collection,Collection,SVNDepth,ISVNChangelistHandler)
instead