Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetChanged
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<T>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNChangeEntry>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
- All Implemented Interfaces:
ISvnObjectReceiver<SVNChangeEntry>
,ISvnOperationOptionsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
boolean
void
setIncludeCopyInfo
(boolean includeCopyInfo) void
setTransactionName
(java.lang.String transactionName) Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
getRepositoryRoot, setRepositoryRoot
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
first, getReceiver, initDefaults, last, receive, run, setReceiver
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
transactionName
private java.lang.String transactionName -
includeCopyInfo
private boolean includeCopyInfo
-
-
Constructor Details
-
SvnRepositoryGetChanged
-
-
Method Details
-
getTransactionName
public java.lang.String getTransactionName() -
setTransactionName
public void setTransactionName(java.lang.String transactionName) -
isIncludeCopyInfo
public boolean isIncludeCopyInfo() -
setIncludeCopyInfo
public void setIncludeCopyInfo(boolean includeCopyInfo)
-