|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnObject org.tmatesoft.svn.core.wc2.SvnStatusSummary
public class SvnStatusSummary
Represents status summary information for local working copy item,
including all its children.
is used in SvnGetStatusSummary
.
SvnGetStatusSummary
Constructor Summary | |
---|---|
SvnStatusSummary()
|
Method Summary | |
---|---|
long |
getMaxRevision()
Returns the biggest item's revision between all found items. |
long |
getMinRevision()
Returns the smallest revision between all found items. |
boolean |
isModified()
Returns whether at least one of the items is changed in working copy. |
boolean |
isSparseCheckout()
Gets whether the items are result of "sparse" checkout. |
boolean |
isSwitched()
Returns whether at least one of the items is switched to a different repository location. |
void |
setMaxRevision(long maxRevision)
Sets the biggest item's revision between all found items. |
void |
setMinRevision(long minRevision)
Sets the smallest revision between all found items. |
void |
setModified(boolean isModified)
Sets whether at least one of the items is changed in working copy. |
void |
setSparseCheckout(boolean isSparseCheckout)
Sets whether the items are result of "sparse" checkout. |
void |
setSwitched(boolean isSwitched)
Sets whether at least one of the items is switched to a different repository location. |
java.lang.String |
toString()
Returns String representation of summary status. |
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnObject |
---|
getUserData, setUserData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SvnStatusSummary()
Method Detail |
---|
public long getMinRevision()
public long getMaxRevision()
public boolean isModified()
true
if one of the items is changed, otherwise false
public boolean isSparseCheckout()
true
if items are result of "sparse" checkout, otherwise false
public boolean isSwitched()
true
if one of the items is switched to a different repository location, otherwise false
public void setMinRevision(long minRevision)
minRevision
- the smallest revisionpublic void setMaxRevision(long maxRevision)
maxRevision
- the biggest revisionpublic void setModified(boolean isModified)
isModified
- true
if one of the items is changed, otherwise false
public void setSparseCheckout(boolean isSparseCheckout)
isSparseCheckout
- true
if items are result of "sparse" checkout, otherwise false
public void setSwitched(boolean isSwitched)
isSwitched
- true
if one of the items is switched to a different repository location, otherwise false
public java.lang.String toString()
String
representation of summary status.
toString
in class java.lang.Object
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |