|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.utils.SVNStatusUtils
public class SVNStatusUtils
Some static methods to deal with svn status
Constructor Summary | |
---|---|
SVNStatusUtils()
|
Method Summary | |
---|---|
static boolean |
hasRemote(ISVNStatus status)
Returns if the resource has a remote counter-part |
static boolean |
isAdded(ISVNStatus status)
|
static boolean |
isDeleted(ISVNStatus status)
|
static boolean |
isIgnored(ISVNStatus status)
|
static boolean |
isManaged(ISVNStatus status)
Returns if is managed by svn (added, normal, modified ...) |
static boolean |
isManaged(SVNStatusKind textStatus)
|
static boolean |
isMissing(ISVNStatus status)
|
static boolean |
isPropConflicted(ISVNStatus status)
|
static boolean |
isPropModified(ISVNStatus status)
|
static boolean |
isReadyForCommit(ISVNStatus status)
Answer whether the status is "outgoing", i.e. |
static boolean |
isReadyForRevert(ISVNStatus status)
Answer whether the status was "changed", i.e. |
static boolean |
isReplaced(ISVNStatus status)
|
static boolean |
isTextConflicted(ISVNStatus status)
|
static boolean |
isTextMerged(ISVNStatus status)
|
static boolean |
isTextModified(ISVNStatus status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNStatusUtils()
Method Detail |
---|
public static boolean isManaged(SVNStatusKind textStatus)
textStatus
- The status information to examine
(non-null
).
textStatus
denotes a versioned
resource.public static boolean isManaged(ISVNStatus status)
status
-
public static boolean hasRemote(ISVNStatus status)
status
-
public static boolean isAdded(ISVNStatus status)
public static boolean isDeleted(ISVNStatus status)
public static boolean isReplaced(ISVNStatus status)
public static boolean isMissing(ISVNStatus status)
public static boolean isIgnored(ISVNStatus status)
public static boolean isTextMerged(ISVNStatus status)
public static boolean isTextModified(ISVNStatus status)
public static boolean isTextConflicted(ISVNStatus status)
public static boolean isPropModified(ISVNStatus status)
public static boolean isPropConflicted(ISVNStatus status)
public static boolean isReadyForCommit(ISVNStatus status)
status
-
public static boolean isReadyForRevert(ISVNStatus status)
status
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |