Interface ISvnOperationOptionsProvider

    • Method Detail

      • getEventHandler

        ISVNEventHandler getEventHandler()
        Gets the event handler for the operation. This event handler will be dispatched SVNEvent objects to provide detailed information about actions and progress state of version control operations.
        Returns:
        handler for events
        See Also:
        ISVNEventHandler
      • getOptions

        ISVNOptions getOptions()
        Gets operation's options.
        Returns:
        options of the operation
      • getRepositoryPool

        ISVNRepositoryPool getRepositoryPool()
        Gets the operation's pool of repositories.
        Returns:
        pool of repositories
      • getAuthenticationManager

        ISVNAuthenticationManager getAuthenticationManager()
        Gets operation's authentication manager.
        Returns:
        authentication manager
      • getCanceller

        ISVNCanceller getCanceller()
        Gets the cancel handler of the operation.
        Returns:
        cancel handler