Package com.atlassian.bitbucket.content
Interface ContentTreeNode
public interface ContentTreeNode
Represents a node in a source tree.
- 
Method Details
- 
getContentId
- Returns:
 - an ID that identifies the contents of the node.
 
 - 
getPath
- Returns:
 - the path for the node
 
 - 
getType
- Returns:
 - the type of the ContentTreeNode
 
 
 -