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 class
SVNStatusEditor17.DefaultSvnFileListHook
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnFileListHook Modifier and Type Field Description protected ISvnFileListHook
SVNStatusEditor17. myDefaultFileListHook
protected ISvnFileListHook
SVNStatusEditor17. myFileListHook
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnFileListHook Modifier and Type Method Description void
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 ISvnFileListHook Modifier and Type Method Description static ISvnFileListHook
SvnCodec. fileListHook(ISVNStatusFileProvider provider)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnFileListHook Modifier and Type Method Description static ISVNStatusFileProvider
SvnCodec. 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 ISvnFileListHook
SvnGetStatus. fileListHook
Methods in org.tmatesoft.svn.core.wc2 that return ISvnFileListHook Modifier and Type Method Description ISvnFileListHook
SvnGetStatus. getFileListHook()
Returns client's file list hook.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnFileListHook Modifier and Type Method Description void
SvnGetStatus. setFileListHook(ISvnFileListHook fileListHook)
Sets client's file list hook.
-