Package org.tmatesoft.svn.core.wc2
Class SvnGetChangelistPaths
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnOperation<T>
-
- org.tmatesoft.svn.core.wc2.SvnReceivingOperation<java.lang.String>
-
- org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
-
- All Implemented Interfaces:
ISvnObjectReceiver<java.lang.String>,ISvnOperationOptionsProvider
public class SvnGetChangelistPaths extends SvnReceivingOperation<java.lang.String>
Gets paths belonging to the specifiedchangelistsdiscovered under the specifiedtargets. Note: this method does not require repository access.SvnOperation.run()method returns a list ofStringrepresenting all paths belonging to changelist.- Version:
- 1.7
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSvnGetChangelistPaths(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaximumTargetsCount()booleanisChangesWorkingCopy()Gets whether the operation changes working copy-
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, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
-
-
-
-
Constructor Detail
-
SvnGetChangelistPaths
protected SvnGetChangelistPaths(SvnOperationFactory factory)
-
-
Method Detail
-
getMaximumTargetsCount
protected int getMaximumTargetsCount()
- Overrides:
getMaximumTargetsCountin classSvnOperation<java.lang.String>
-
isChangesWorkingCopy
public boolean isChangesWorkingCopy()
Gets whether the operation changes working copy- Overrides:
isChangesWorkingCopyin classSvnOperation<java.lang.String>- Returns:
trueif the operation changes the working copy, otherwisefalse
-
-