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.ISVNEventHandler
ISVNOptions getOptions()
ISVNRepositoryPool getRepositoryPool()
ISVNAuthenticationManager getAuthenticationManager()
ISVNCanceller getCanceller()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.