public class

DirectoryRevisionContentTreeCallback

extends AbstractContentTreeCallback
java.lang.Object
   ↳ com.atlassian.bitbucket.content.AbstractContentTreeCallback
     ↳ com.atlassian.bitbucket.content.DirectoryRevisionContentTreeCallback

Summary

Public Constructors
DirectoryRevisionContentTreeCallback(String path, String commitId)
Public Methods
@Nonnull DirectoryRevision getDirectoryRevision()
void onEnd(ContentTreeSummary summary)
boolean onTreeNode(ContentTreeNode node)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.content.AbstractContentTreeCallback
From class java.lang.Object
From interface com.atlassian.bitbucket.content.ContentTreeCallback

Public Constructors

public DirectoryRevisionContentTreeCallback (String path, String commitId)

Public Methods

@Nonnull public DirectoryRevision getDirectoryRevision ()

public void onEnd (ContentTreeSummary summary)

Throws
IOException

public boolean onTreeNode (ContentTreeNode node)

Throws
IOException