Uses of Interface
org.tmatesoft.svn.core.wc.ISVNPathListHandler
-
Packages that use ISVNPathListHandler Package Description org.tmatesoft.svn.core.internal.wc16 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 ISVNPathListHandler in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNPathListHandler Modifier and Type Field Description private ISVNPathListHandler
SVNBasicDelegate. myPathListHandler
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPathListHandler Modifier and Type Method Description void
SVNBasicDelegate. setPathListHandler(ISVNPathListHandler handler)
Sets a path list handler implementation to this object. -
Uses of ISVNPathListHandler in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNPathListHandler Modifier and Type Field Description private ISVNPathListHandler
SVNBasicClient. pathListHandler
Methods in org.tmatesoft.svn.core.wc that return ISVNPathListHandler Modifier and Type Method Description ISVNPathListHandler
SVNBasicClient. getPathListHandler()
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPathListHandler Modifier and Type Method Description void
SVNBasicClient. setPathListHandler(ISVNPathListHandler handler)
Sets a path list handler implementation to this object.
-