Class SVNStatusEditor.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSVNStatusFileProvider

        private DefaultSVNStatusFileProvider()
    • 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 interface ISVNStatusFileProvider
        Returns:
        should return null for the case when file list should be calculated outside