Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnOperationHandler
Packages that use ISvnOperationHandler
Package
Description
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 ISvnOperationHandlerModifier and TypeFieldDescriptionstatic final ISvnOperationHandler
ISvnOperationHandler.NOOP
private ISvnOperationHandler
SvnOperationFactory.operationHandler
Methods in org.tmatesoft.svn.core.wc2 that return ISvnOperationHandlerModifier and TypeMethodDescriptionSvnOperationFactory.getOperationHandler()
Get a callback that is called before and after each operationMethods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnOperationHandlerModifier and TypeMethodDescriptionvoid
SvnOperationFactory.setOperationHandler
(ISvnOperationHandler operationHandler) Sets a callback that is called before and after each operation