AbstractSvnCommit
, AbstractSvnUpdate
, SvnAnnotate
, SvnCanonicalizeUrls
, SvnCat
, SvnCheckout
, SvnCleanup
, SvnCommit
, SvnCopy
, SvnDiff
, SvnDiffSummarize
, SvnExport
, SvnGetChangelistPaths
, SvnGetInfo
, SvnGetMergeInfo
, SvnGetProperties
, SvnGetStatus
, SvnGetStatusSummary
, SvnImport
, SvnList
, SvnLog
, SvnLogMergeInfo
, SvnMarkReplaced
, SvnMerge
, SvnOperation
, SvnOperationFactory
, SvnPatch
, SvnReceivingOperation
, SvnRelocate
, SvnRemoteCopy
, SvnRemoteDelete
, SvnRemoteMkDir
, SvnRemoteSetProperty
, SvnRepositoryCat
, SvnRepositoryCopyRevisionProperties
, SvnRepositoryCreate
, SvnRepositoryDump
, SvnRepositoryFilter
, SvnRepositoryGetAuthor
, SvnRepositoryGetChanged
, SvnRepositoryGetChangedDirectories
, SvnRepositoryGetDate
, SvnRepositoryGetDiff
, SvnRepositoryGetFileSize
, SvnRepositoryGetHistory
, SvnRepositoryGetInfo
, SvnRepositoryGetLock
, SvnRepositoryGetLog
, SvnRepositoryGetProperties
, SvnRepositoryGetProperty
, SvnRepositoryGetRevisionProperties
, SvnRepositoryGetRevisionProperty
, SvnRepositoryGetTree
, SvnRepositoryGetUUID
, SvnRepositoryGetYoungest
, SvnRepositoryHotCopy
, SvnRepositoryInitialize
, SvnRepositoryListLocks
, SvnRepositoryListTransactions
, SvnRepositoryLoad
, SvnRepositoryOperation
, SvnRepositoryPack
, SvnRepositoryReceivingOperation
, SvnRepositoryRecover
, SvnRepositoryRemoveLocks
, SvnRepositoryRemoveTransactions
, SvnRepositorySetUUID
, SvnRepositorySynchronize
, SvnRepositorySyncInfo
, SvnRepositoryUpgrade
, SvnRepositoryVerify
, SvnResolve
, SvnRevert
, SvnScheduleForAddition
, SvnScheduleForRemoval
, SvnSetChangelist
, SvnSetLock
, SvnSetProperty
, SvnSetWCDbVersion
, SvnSuggestMergeSources
, SvnSwitch
, SvnUnlock
, SvnUpdate
, SvnUpgrade
public interface ISvnOperationOptionsProvider
Modifier and Type | Method | 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()