Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetHistory
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<T>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
- All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminPath>,ISvnOperationOptionsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate longprivate java.lang.String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetLimit()java.lang.StringgetPath()booleanvoidsetIncludeIDs(boolean includeIDs) voidsetLimit(long limit) voidsetPath(java.lang.String path) Methods 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, setSqliteJournalModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
path
private java.lang.String path -
includeIDs
private boolean includeIDs -
limit
private long limit
-
-
Constructor Details
-
SvnRepositoryGetHistory
-
-
Method Details
-
getPath
public java.lang.String getPath() -
setPath
public void setPath(java.lang.String path) -
isIncludeIDs
public boolean isIncludeIDs() -
setIncludeIDs
public void setIncludeIDs(boolean includeIDs) -
getLimit
public long getLimit() -
setLimit
public void setLimit(long limit)
-