Package org.tmatesoft.svn.core.wc2.hooks
Interface ISvnFileListHook
-
- All Known Implementing Classes:
SVNStatusEditor17.DefaultSvnFileListHook
public interface ISvnFileListHookImplementing this interface allows to providing file list for directory.- Version:
- 1.7
- See Also:
SvnList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.io.File>listFiles(java.io.File parent)ReturnsMapof file names with the correspondingFileobjects containing files inparent
-