Interface ListDirectChildrenPolicy

    • Method Detail

      • listFiles

        @NotNull
        java.util.Collection<VcsFileData> listFiles​(@NotNull
                                                    VcsRoot root,
                                                    @NotNull
                                                    java.lang.String directoryPath)
                                             throws VcsException
        Returns list of files in the specified directory of the specified VCS root
        Parameters:
        root - VCS root of interest
        directoryPath - path to directory in which files should be listed
        Returns:
        see above
        Throws:
        VcsException - in case of any error, when specified directory doesn't exist or specified path doesn't point to directory