org.apache.subversion.javahl
Interface ISVNEditor.GetNodeKindCallback

Enclosing interface:
ISVNEditor

public static interface ISVNEditor.GetNodeKindCallback

Callback interface for providing the kind of the node that was the source of a copy.

See Also:
ISVNRemote.getCommitEditor(Map,CommitCallback,Set,boolean,ISVNEditor.ProvideBaseCallback,ISVNEditor.ProvidePropsCallback,ISVNEditor.GetNodeKindCallback)

Method Summary
 NodeKind getKind(String reposRelpath, long revision)
          Returns the kind of the node that was the source of a copy.
 

Method Detail

getKind

NodeKind getKind(String reposRelpath,
                 long revision)
Returns the kind of the node that was the source of a copy.

Parameters:
reposRelpath - The repository path of the node, relative to the session base URL.
revision - The copy-from revision.