|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.ResourceImpl
org.apache.wvcm.VersionImpl
org.apache.wvcm.BaselineImpl
public class BaselineImpl
Implementation of Baseline.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wvcm.ResourceImpl |
---|
ResourceImpl.LoadedProperties, ResourceImpl.XmlPropertyValue |
Nested classes/interfaces inherited from interface javax.wvcm.Baseline |
---|
Baseline.AddedVersion, Baseline.ChangedVersion, Baseline.CompareBaselineReport, Baseline.DeletedVersion |
Nested classes/interfaces inherited from interface javax.wvcm.Version |
---|
Version.Fork |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.GenericResourceImpl |
Field Summary |
---|
Fields inherited from class org.apache.wvcm.ResourceImpl |
---|
dnsp, MISSING_PROPERTY_VALUE |
Constructor Summary | |
---|---|
BaselineImpl(Location location)
Constructor |
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 class org.apache.wvcm.VersionImpl |
---|
doAddLabel, doRemoveLabel, doSetLabel, getActivityList, getCheckinFork, getCheckoutFork, getCheckoutList, getLabelNameList, getPredecessorList, getSuccessorList, getVersionHistory, getVersionName, setActivityList, setCheckinFork, setCheckoutFork |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.wvcm.Version |
---|
getActivityList, getCheckinFork, getCheckoutFork, getCheckoutList, getLabelNameList, getPredecessorList, getSuccessorList, getVersionHistory, getVersionName, setActivityList, setCheckinFork, setCheckoutFork |
Constructor Detail |
---|
public BaselineImpl(Location location)
Method Detail |
---|
public java.util.List getSubbaselineList() throws WvcmException
Baseline
objects that identify
the subbaselines of the baseline identified by this Baseline
.
created when this Configuration
getSubbaselineList
in interface Baseline
WvcmException
- if this Baseline
was not created with
PropertyName.SUBBASELINE_LIST
as a wanted property.public java.util.Iterator doCompareBaselineReport(Baseline baseline) throws WvcmException
Baseline
and the baseline argument.
doCompareBaselineReport
in interface Baseline
baseline
- The baseline being compared to this Baseline
.
WvcmException
- Preconditions:
public ControllableFolder getBaselineFolder() throws WvcmException
Baseline
was created.
getBaselineFolder
in interface Baseline
WvcmException
- if this Baseline
was not created with
PropertyName.BASELINE_FOLDER
as a wanted property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |