Class SVNStatusEditor17.DefaultSvnFileListHook
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.DefaultSvnFileListHook
-
- All Implemented Interfaces:
ISvnFileListHook
- Enclosing class:
- SVNStatusEditor17
private static class SVNStatusEditor17.DefaultSvnFileListHook extends java.lang.Object implements ISvnFileListHook
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDefaultSvnFileListHook()
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Method Detail
-
listFiles
public java.util.Map<java.lang.String,java.io.File> listFiles(java.io.File parent)
Description copied from interface:ISvnFileListHookReturnsMapof file names with the correspondingFileobjects containing files inparent- Specified by:
listFilesin interfaceISvnFileListHook- Parameters:
parent- parent directory name- Returns:
- map of all files in directory with their names
-
-