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.

See Also:
ISVNRemote.getCommitEditor(Map,CommitCallback,Set,boolean,ISVNEditor.ProvideBaseCallback,ISVNEditor.ProvidePropsCallback,ISVNEditor.GetNodeKindCallback)

Nested Class Summary
static class ISVNEditor.ProvideBaseCallback.ReturnValue
           
 
Method Summary
 ISVNEditor.ProvideBaseCallback.ReturnValue getContents(String reposRelpath)
          Returns the base contents and revision number of the file.
 

Method Detail

getContents

ISVNEditor.ProvideBaseCallback.ReturnValue getContents(String reposRelpath)
Returns the base contents and revision number of the file.

Parameters:
reposRelpath - The repository path of the file, relative to the session base URL.