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 Object
implements ISVNStatusFileProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildrenFiles
(File parent) Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in
-
Constructor Details
-
DefaultSVNStatusFileProvider
private DefaultSVNStatusFileProvider()
-
-
Method Details
-
getChildrenFiles
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
-