Interface DirectoryBasedTransaction

    • Method Detail

      • getId

        long getId()
      • getDir

        @NotNull
        File getDir()
      • getDeletedProjectDirs

        @NotNull
        Set<String> getDeletedProjectDirs()
      • getDeletedFiles

        @NotNull
        Set<String> getDeletedFiles()
      • getRenamedOldPath

        @Nullable
        String getRenamedOldPath​(@NotNull
                                 String newPath)
      • containsFile

        boolean containsFile​(@NotNull
                             String path)
      • getModifiedProjects

        @NotNull
        Set<String> getModifiedProjects()
      • addPendingFileDelete

        void addPendingFileDelete​(@NotNull
                                  String path)
      • addPendingDirDelete

        void addPendingDirDelete​(@NotNull
                                 String path)
      • getPendingDeletedFiles

        @NotNull
        Set<String> getPendingDeletedFiles()
      • getPendingDeletedDirs

        @NotNull
        Set<String> getPendingDeletedDirs()
      • getFullCauseDescription

        @NotNull
        String getFullCauseDescription()