Class SVNStatusEditor.DefaultSVNStatusFileProvider
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNStatusEditor.DefaultSVNStatusFileProvider
-
- All Implemented Interfaces:
ISVNStatusFileProvider
- Enclosing class:
- SVNStatusEditor
private static class SVNStatusEditor.DefaultSVNStatusFileProvider extends java.lang.Object implements ISVNStatusFileProvider
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultSVNStatusFileProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map
getChildrenFiles(java.io.File parent)
Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in
-
-
-
Method Detail
-
getChildrenFiles
public java.util.Map getChildrenFiles(java.io.File parent)
Description copied from interface:ISVNStatusFileProvider
Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in- Specified by:
getChildrenFiles
in interfaceISVNStatusFileProvider
- Returns:
- should return null for the case when file list should be calculated outside
-
-