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 voidSVNChangelistClient16. 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.voidSVNChangelistClient16. 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.voidSVNChangelistClient16. getChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler)Deprecated.voidSVNChangelistClient16. 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 classSvnNgGetChangelistPaths -
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 classSvnOldGetChangelistPaths -
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 voidSVNChangelistClient. 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.voidSVNChangelistClient. 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.voidSVNChangelistClient. getChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler)voidSVNChangelistClient. getChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler)Deprecated.
-