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