public class SvnGetStatusSummary extends SvnOperation<SvnStatusSummary>
target
and all its children.
SvnOperation.run()
method returns SvnStatusSummary
object which
describe the summary status of the working copy target
and all its children.
*
Reported all entries, unmodified, local modifications out of date.
Doesn't connect to repository.
changeLists
are not used.
Externals are not processed.SvnStatusSummary
Modifier | Constructor and Description |
---|---|
protected |
SvnGetStatusSummary(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTrailUrl()
Returns URL for checking whether
target was switched by comparing with target 's URL. |
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy
|
boolean |
isCommitted()
Returns whether to retrieve last committed revisions or current revisions.
|
void |
setCommitted(boolean isCommitted)
Sets whether to retrieve last committed revisions or current revisions.
|
void |
setTrailUrl(java.lang.String trailUrl)
Sets URL for checking whether
target was switched by comparing with target 's URL. |
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
protected SvnGetStatusSummary(SvnOperationFactory factory)
public boolean isCommitted()
true
if last committed revisions should be retrieved, otherwise false
public void setCommitted(boolean isCommitted)
isCommitted
- true
if last committed revisions should be retrieved, otherwise false
public java.lang.String getTrailUrl()
target
was switched by comparing with target
's URL.
Used for 1.6 working copies only.public void setTrailUrl(java.lang.String trailUrl)
target
was switched by comparing with target
's URL.
Used for 1.6 working copies only.trailUrl
- trail URLpublic boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<SvnStatusSummary>
true
if the operation changes the working copy, otherwise false
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.