Package com.atlassian.bitbucket.content
Class Directory
java.lang.Object
com.atlassian.bitbucket.content.Directory
- All Implemented Interfaces:
ContentTreeNode
Represents a directory in a source tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bitbucket.content.ContentTreeNode
ContentTreeNode.Type
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bitbucket.content.ContentTreeNode
getContentId, getPath
-
Constructor Details
-
Directory
public Directory()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceContentTreeNode
- Returns:
- the type of the ContentTreeNode
-