Package org.tmatesoft.svn.core.wc2.hooks
Interface ISvnFileListHook
- All Known Implementing Classes:
SVNStatusEditor17.DefaultSvnFileListHook
public interface ISvnFileListHook
Implementing this interface allows to providing file list for directory.
- Version:
- 1.7
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.Map<java.lang.String,
java.io.File> listFiles
(java.io.File parent) ReturnsMap
of file names with the correspondingFile
objects containing files inparent
-
Method Details
-
listFiles
java.util.Map<java.lang.String,java.io.File> listFiles(java.io.File parent) ReturnsMap
of file names with the correspondingFile
objects containing files inparent
- Parameters:
parent
- parent directory name- Returns:
- map of all files in directory with their names
-