public interface

ContentTreeNode

com.atlassian.bitbucket.content.ContentTreeNode
Known Indirect Subclasses

Class Overview

Represents a node in a source tree.

Summary

Nested Classes
enum ContentTreeNode.Type Enumeration of ContentTreeNode types  
Public Methods
@Nullable String getContentId()
@Nonnull Path getPath()
@Nonnull ContentTreeNode.Type getType()

Public Methods

@Nullable public String getContentId ()

Returns
  • an id that identifies the contents of the node.

@Nonnull public Path getPath ()

Returns
  • the path for the node

@Nonnull public ContentTreeNode.Type getType ()

Returns
  • the type of the ContentTreeNode