|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Baseline
Represents a baseline resource. See section 12 of RFC 3253.
Nested Class Summary | |
---|---|
static interface |
Baseline.AddedVersion
A version that is referenced by the second baseline but no version from the version history of that version is referenced by the first baseline. |
static interface |
Baseline.ChangedVersion
A pair of different versions referenced by two baseline from the same version history. |
static interface |
Baseline.CompareBaselineReport
A description of how the selection of a version from a version history differs between two baselines. |
static interface |
Baseline.DeletedVersion
A version that is referenced by the first baseline but no version from the version history of that version is referenced by the second baseline. |
Nested classes/interfaces inherited from interface javax.wvcm.Version |
---|
Version.Fork |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.GenericResourceImpl |
Method Summary | |
---|---|
java.util.Iterator |
doCompareBaselineReport(Baseline baseline)
Return an iterator of AddedVersion, DeletedVersion, and ChangedVersion objects, that enumerate the differences between the versions selected by this Baseline and the baseline argument. |
ControllableFolder |
getBaselineFolder()
Return a folder containing a read-only copy of the version-controlled state of the baseline-controlled folder at the time the baseline identified by this Baseline was created. |
java.util.List |
getSubbaselineList()
Return a list of Baseline objects that identify
the subbaselines of the baseline identified by this Baseline . |
Methods inherited from interface javax.wvcm.Version |
---|
getActivityList, getCheckinFork, getCheckoutFork, getCheckoutList, getLabelNameList, getPredecessorList, getSuccessorList, getVersionHistory, getVersionName, setActivityList, setCheckinFork, setCheckoutFork |
Method Detail |
---|
java.util.Iterator doCompareBaselineReport(Baseline baseline) throws WvcmException
Baseline
and the baseline argument.
baseline
- The baseline being compared to this Baseline
.
WvcmException
- Preconditions:
ControllableFolder getBaselineFolder() throws WvcmException
Baseline
was created.
WvcmException
- if this Baseline
was not created with
BASELINE_FOLDER
as a wanted property.java.util.List getSubbaselineList() throws WvcmException
Baseline
objects that identify
the subbaselines of the baseline identified by this Baseline
.
created when this Configuration
WvcmException
- if this Baseline
was not created with
SUBBASELINE_LIST
as a wanted property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |