Uses of Interface
org.tmatesoft.svn.core.wc2.hooks.ISvnFileListHook
-
Packages that use ISvnFileListHook Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.compat 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 ISvnFileListHook in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISvnFileListHook Modifier and Type Class Description private static classSVNStatusEditor17.DefaultSvnFileListHookFields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnFileListHook Modifier and Type Field Description protected ISvnFileListHookSVNStatusEditor17. myDefaultFileListHookprotected ISvnFileListHookSVNStatusEditor17. myFileListHookMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnFileListHook Modifier and Type Method Description voidSVNStatusEditor17. 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 ISvnFileListHook Modifier and Type Method Description static ISvnFileListHookSvnCodec. fileListHook(ISVNStatusFileProvider provider)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnFileListHook Modifier and Type Method Description static ISVNStatusFileProviderSvnCodec. fileListProvider(ISvnFileListHook hook) -
Uses of ISvnFileListHook in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnFileListHook Modifier and Type Field Description private ISvnFileListHookSvnGetStatus. fileListHookMethods in org.tmatesoft.svn.core.wc2 that return ISvnFileListHook Modifier and Type Method Description ISvnFileListHookSvnGetStatus. getFileListHook()Returns client's file list hook.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnFileListHook Modifier and Type Method Description voidSvnGetStatus. setFileListHook(ISvnFileListHook fileListHook)Sets client's file list hook.
-