Interface ListFilesService

    • Method Detail

      • listFiles

        @NotNull
        Collection<VcsFileData> listFiles​(@NotNull
                                          String directoryPath)
                                   throws VcsException
        Parameters:
        directoryPath - path to directory in which files should be listed
        Returns:
        list of files in the specified directory for the current Repository (checkout rules are not considered)
        Throws:
        VcsException - in case of any error, when specified directory doesn't exist or specified path doesn't point to a directory