Package 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.
-
Method Details
-
getKind
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.
-