Class SVNStatusEditor17.DefaultSvnFileListHook

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.io.File> listFiles​(java.io.File parent)
      Returns Map of file names with the corresponding File objects containing files in parent
      • Methods inherited from class java.lang.Object

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

      • DefaultSvnFileListHook

        private DefaultSvnFileListHook()
    • Method Detail

      • listFiles

        public java.util.Map<java.lang.String,​java.io.File> listFiles​(java.io.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