T
- type of received objectAbstractSvnCommit
, SvnAnnotate
, SvnCommit
, SvnDiffSummarize
, SvnGetChangelistPaths
, SvnGetInfo
, SvnGetProperties
, SvnGetStatus
, SvnImport
, SvnList
, SvnLog
, SvnLogMergeInfo
, SvnReceivingOperation
, SvnRemoteCopy
, SvnRemoteDelete
, SvnRemoteMkDir
, SvnRemoteSetProperty
, SvnRepositoryCopyRevisionProperties
, SvnRepositoryDump
, SvnRepositoryFilter
, SvnRepositoryGetChanged
, SvnRepositoryGetChangedDirectories
, SvnRepositoryGetHistory
, SvnRepositoryGetTree
, SvnRepositoryInitialize
, SvnRepositoryListLocks
, SvnRepositoryListTransactions
, SvnRepositoryLoad
, SvnRepositoryPack
, SvnRepositoryReceivingOperation
, SvnRepositoryRecover
, SvnRepositoryRemoveLocks
, SvnRepositoryRemoveTransactions
, SvnRepositorySynchronize
, SvnRepositoryUpgrade
, SvnRepositoryVerify
, SvnSetLock
, SvnSetProperty
, SvnUnlock
public interface ISvnObjectReceiver<T>
SvnReceivingOperation
,
and many intermediate classes for 1.6 compatibility (classes that deal with handlers).
Clients can provide their own handlers for receiving the object(s)
by implementing this interface and assign them in
SvnReceivingOperation.setReceiver(ISvnObjectReceiver)
.SvnReceivingOperation
Modifier and Type | Method | Description |
---|---|---|
void |
receive(SvnTarget target,
T object) |
Receives object with is target.
|
void receive(SvnTarget target, T object) throws SVNException
target
- target of the objectobject
- objectSVNException