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 ISvnFileListHookSVNStatusEditor17.myDefaultFileListHookprotected ISvnFileListHookSVNStatusEditor17.myFileListHookMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnFileListHookModifier and TypeMethodDescriptionvoidSVNStatusEditor17.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 ISvnFileListHookSvnCodec.fileListHook(ISVNStatusFileProvider provider) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnFileListHookModifier and TypeMethodDescriptionstatic ISVNStatusFileProviderSvnCodec.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 TypeMethodDescriptionvoidSvnGetStatus.setFileListHook(ISvnFileListHook fileListHook) Sets client's file list hook.