Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetHistory
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminPath>
,ISvnOperationOptionsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getLimit()
getPath()
boolean
void
setIncludeIDs
(boolean includeIDs) void
setLimit
(long limit) void
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
-
Constructor Details
-
SvnRepositoryGetHistory
-
-
Method Details
-
getPath
-
setPath
-
isIncludeIDs
public boolean isIncludeIDs() -
setIncludeIDs
public void setIncludeIDs(boolean includeIDs) -
getLimit
public long getLimit() -
setLimit
public void setLimit(long limit)
-