Interface ISvnFileListHook

    • Method Summary

      All Methods Instance Methods Abstract 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
    • Method Detail

      • listFiles

        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
        Parameters:
        parent - parent directory name
        Returns:
        map of all files in directory with their names