Class SVNStatusEditor17.DefaultSvnFileListHook

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.DefaultSvnFileListHook
All Implemented Interfaces:
ISvnFileListHook
Enclosing class:
SVNStatusEditor17

private static class SVNStatusEditor17.DefaultSvnFileListHook extends Object implements ISvnFileListHook
  • Constructor Details

    • DefaultSvnFileListHook

      private DefaultSvnFileListHook()
  • Method Details

    • listFiles

      public Map<String,File> listFiles(File parent)
      Description copied from interface: ISvnFileListHook
      Returns Map of file names with the corresponding File objects containing files in parent
      Specified by:
      listFiles in interface ISvnFileListHook
      Parameters:
      parent - parent directory name
      Returns:
      map of all files in directory with their names