|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnOperation<SvnStatusSummary> org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
public class SvnGetStatusSummary
Represents status operation as local working copy summary status for 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.
*
changeLists
are not used.
Externals are not processed.
SvnStatusSummary
Constructor Summary | |
---|---|
protected |
SvnGetStatusSummary(SvnOperationFactory factory)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnGetStatusSummary(SvnOperationFactory factory)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |