SVNKit Home

org.tmatesoft.svn.core.wc
Interface ISVNStatusFileProvider


public interface ISVNStatusFileProvider


Method Summary
 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

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

Returns:
should return null for the case when file list should be calculated outside

SVNKit Home

Copyright © 2004-2010 TMate Software Ltd. All Rights Reserved.