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

    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 Details

    • DefaultSVNStatusFileProvider

      private DefaultSVNStatusFileProvider()
  • Method Details

    • 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