Interface ContentTreeNode

All Known Implementing Classes:
Directory, File, Submodule

public interface ContentTreeNode
Represents a node in a source tree.
  • Method Details

    • getContentId

      @Nullable String getContentId()
      Returns:
      an ID that identifies the contents of the node.
    • getPath

      @Nonnull Path getPath()
      Returns:
      the path for the node
    • getType

      @Nonnull ContentTreeNode.Type getType()
      Returns:
      the type of the ContentTreeNode