javax.wvcm
Interface Baseline.ChangedVersion

All Superinterfaces:
Baseline.CompareBaselineReport
Enclosing interface:
Baseline

public static interface Baseline.ChangedVersion
extends Baseline.CompareBaselineReport

A pair of different versions referenced by two baseline from the same version history.

See Also:
doCompareBaselineReport

Method Summary
 Version newVersion()
          Return the version from the second baseline.
 Version oldVersion()
          Return the version from the first baseline.
 

Method Detail

oldVersion

Version oldVersion()
Return the version from the first baseline.


newVersion

Version newVersion()
Return the version from the second baseline.



Copyright (c) 2003 - Apache Software Foundation