Uses of Interface
org.tmatesoft.svn.core.wc2.hooks.ISvnFileListHook
Packages that use ISvnFileListHook
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 ISvnFileListHook in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISvnFileListHookFields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnFileListHookModifier and TypeFieldDescriptionprotected ISvnFileListHook
SVNStatusEditor17.myDefaultFileListHook
protected ISvnFileListHook
SVNStatusEditor17.myFileListHook
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnFileListHookModifier and TypeMethodDescriptionvoid
SVNStatusEditor17.setFileListHook
(ISvnFileListHook filesListHook) -
Uses of ISvnFileListHook in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnFileListHookModifier and TypeMethodDescriptionstatic ISvnFileListHook
SvnCodec.fileListHook
(ISVNStatusFileProvider provider) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnFileListHookModifier and TypeMethodDescriptionstatic ISVNStatusFileProvider
SvnCodec.fileListProvider
(ISvnFileListHook hook) -
Uses of ISvnFileListHook in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnFileListHookMethods in org.tmatesoft.svn.core.wc2 that return ISvnFileListHookModifier and TypeMethodDescriptionSvnGetStatus.getFileListHook()
Returns client's file list hook.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnFileListHookModifier and TypeMethodDescriptionvoid
SvnGetStatus.setFileListHook
(ISvnFileListHook fileListHook) Sets client's file list hook.