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 TypeMethodDescriptionlonggetLimit()getPath()booleanvoidsetIncludeIDs(boolean includeIDs) voidsetLimit(long limit) voidMethods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
getRepositoryRoot, setRepositoryRootMethods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
first, getReceiver, initDefaults, last, receive, run, setReceiverMethods 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)
-