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 ISVNPathListHandlerSVNBasicDelegate. myPathListHandlerMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPathListHandler Modifier and Type Method Description voidSVNBasicDelegate. 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 ISVNPathListHandlerSVNBasicClient. pathListHandlerMethods in org.tmatesoft.svn.core.wc that return ISVNPathListHandler Modifier and Type Method Description ISVNPathListHandlerSVNBasicClient. getPathListHandler()Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPathListHandler Modifier and Type Method Description voidSVNBasicClient. setPathListHandler(ISVNPathListHandler handler)Sets a path list handler implementation to this object.
-