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.

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

Nested Class Summary
static class ISVNEditor.ProvidePropsCallback.ReturnValue
           
 
Method Summary
 ISVNEditor.ProvidePropsCallback.ReturnValue getProperties(String reposRelpath)
          Returns the base properties and revision number of the file or directory.
 

Method Detail

getProperties

ISVNEditor.ProvidePropsCallback.ReturnValue getProperties(String reposRelpath)
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.