Project: stp

javax.wvcm
Interface Baseline.ChangedVersion

All Superinterfaces:
Baseline.CompareReport
Enclosing interface:
Baseline

public static interface Baseline.ChangedVersion
extends Baseline.CompareReport

A version from a given version history that is in the old set of versions where a different version from that version history is in the new set of versions.

See Also:
doCompareReport

Method Summary
 Version getNewVersion()
          Return the version from the new baseline.
 Version getOldVersion()
          Return the version from the old baseline.
 

Method Detail

getNewVersion

Version getNewVersion()
Return the version from the new baseline.

Returns:
the version of the resource in the new baseline.

getOldVersion

Version getOldVersion()
Return the version from the old baseline.

Returns:
the version of the resource in the old baseline.

Generated Wed 1-Apr-2015 09:05 PM

Copyright © IBM 2015. All rights reserved.