Interface DirectoryRevision


public interface DirectoryRevision
Represents a revision of a directory
  • Method Details

    • getChildren

      @Nonnull Page<ContentTreeNode> getChildren()
      Returns:
      a Page of nodes that are contained in the Directory at the revision.
    • getCommitId

      @Nonnull String getCommitId()
      Returns:
      the commit ID of the Directory
    • getPath

      @Nonnull Path getPath()
      Returns:
      the path of the directory