Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnOperationHandler
-
Packages that use ISvnOperationHandler Package Description org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of ISvnOperationHandler in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnOperationHandler Modifier and Type Field Description static ISvnOperationHandler
ISvnOperationHandler. NOOP
Methods in org.tmatesoft.svn.core.wc2 that return ISvnOperationHandler Modifier and Type Method Description ISvnOperationHandler
SvnOperationFactory. getOperationHandler()
Get a callback that is called before and after each operationMethods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnOperationHandler Modifier and Type Method Description void
SvnOperationFactory. setOperationHandler(ISvnOperationHandler operationHandler)
Sets a callback that is called before and after each operation
-