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.
  • Method Summary

    Modifier and Type Method Description
    NodeKind getKind​(String reposRelpath, long revision)
    Returns the kind of the node that was the source of a copy.
  • Method Details

    • 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.