|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjavax.wvcm.Baseline.CompareFlag
public static class Baseline.CompareFlag
Boolean flags for the doCompareReport method
Field Summary | |
---|---|
static Baseline.CompareFlag |
ACTIVITIES
Indicates that the comparison should include information about activities whose Activity.ACTIVITY_VERSION_LIST contain versions that are an ancestor of
an old version or an ancestor of a new version, but not both. |
static Baseline.CompareFlag |
NEW_ONLY
Report only on versions in the new set of versions. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Baseline.CompareFlag ACTIVITIES
Activity.ACTIVITY_VERSION_LIST
contain versions that are an ancestor of
an old version or an ancestor of a new version, but not both.
In particular, let NewVersions be the set of versions that are a new version or an ancestor of a new version, but not an old version or an ancestor of an old version; and let OldVersions be the set of versions that are an old version or an ancestor of an old version, but not a new version or an ancestor of a new version. Then an activity is considered:
Activity.ACTIVITY_VERSION_LIST
is in the NewVersions set.
Activity.ACTIVITY_VERSION_LIST
is in the OldVersions set.
Activity.ACTIVITY_VERSION_LIST
are in the NewVersions set and the rest are in neither set.
Activity.ACTIVITY_VERSION_LIST
are in the OldVersions set and the rest are in neither set.
Activity.ACTIVITY_VERSION_LIST
are in
the NewVersions set and some are in the OldVersions set.
public static final Baseline.CompareFlag NEW_ONLY
Method Detail |
---|
public String toString()
toString
in class Object
|
Generated Thu 20-Feb-2014 09:09 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |