Package org.apache.subversion.javahl
Interface ISVNEditor.ProvidePropsCallback
- Enclosing interface:
- ISVNEditor
public static interface ISVNEditor.ProvidePropsCallback
Callback interface for providing the base properties of a file
or directory that is being modified.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISVNEditor.ProvidePropsCallback.ReturnValue
-
Method Summary
Modifier and Type Method Description ISVNEditor.ProvidePropsCallback.ReturnValue
getProperties(String reposRelpath)
Returns the base properties and revision number of the file or directory.
-
Method Details
-
getProperties
Returns the base properties and revision number of the file or directory.- Parameters:
reposRelpath
- The repository path of the file or directory, relative to the session base URL.
-