public static interface ISVNEditor.ProvidePropsCallback
ISVNRemote.getCommitEditor(Map,CommitCallback,Set,boolean,ISVNEditor.ProvideBaseCallback,ISVNEditor.ProvidePropsCallback,ISVNEditor.GetNodeKindCallback)| Modifier and Type | Interface and Description |
|---|---|
static class |
ISVNEditor.ProvidePropsCallback.ReturnValue |
| Modifier and Type | Method and Description |
|---|---|
ISVNEditor.ProvidePropsCallback.ReturnValue |
getProperties(java.lang.String reposRelpath)
Returns the base properties and revision number of the file
or directory.
|
ISVNEditor.ProvidePropsCallback.ReturnValue getProperties(java.lang.String reposRelpath)
reposRelpath - The repository path of the file or directory,
relative to the session base URL.