public class SvnStatusSummary extends SvnObject
SvnGetStatusSummary
.SvnGetStatusSummary
Constructor and Description |
---|
SvnStatusSummary() |
Modifier and Type | Method and Description |
---|---|
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. |
getUserData, setUserData
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
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.