public static interface ISVNEditor.GetNodeKindCallback
ISVNRemote.getCommitEditor(Map,CommitCallback,Set,boolean,ISVNEditor.ProvideBaseCallback,ISVNEditor.ProvidePropsCallback,ISVNEditor.GetNodeKindCallback)| Modifier and Type | Method and Description |
|---|---|
NodeKind |
getKind(java.lang.String reposRelpath,
long revision)
Returns the kind of the node that was the source of a copy.
|
NodeKind getKind(java.lang.String reposRelpath, long revision)
reposRelpath - The repository path of the node,
relative to the session base URL.revision - The copy-from revision.