Package org.tmatesoft.svn.core.wc
Interface ISVNStatusFileProvider
public interface ISVNStatusFileProvider
-
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
-
Method Details
-
getChildrenFiles
Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in- Returns:
- should return null for the case when file list should be calculated outside
-