public interface ISvnOperationOptionsProvider
| Modifier and Type | Method and Description |
|---|---|
ISVNAuthenticationManager |
getAuthenticationManager()
Gets operation's authentication manager.
|
ISVNCanceller |
getCanceller()
Gets the cancel handler of the operation.
|
ISVNEventHandler |
getEventHandler()
Gets the event handler for the operation.
|
ISVNOptions |
getOptions()
Gets operation's options.
|
ISVNRepositoryPool |
getRepositoryPool()
Gets the operation's pool of repositories.
|
ISVNEventHandler getEventHandler()
SVNEvent objects to provide detailed information about
actions and progress state of version control operations.ISVNEventHandlerISVNOptions getOptions()
ISVNRepositoryPool getRepositoryPool()
ISVNAuthenticationManager getAuthenticationManager()
ISVNCanceller getCanceller()