com.starbase.diff
Class StarTeamDiff

java.lang.Object
  |
  +--com.starbase.diff.StarTeamDiff
All Implemented Interfaces:
Differ

public class StarTeamDiff
extends java.lang.Object
implements Differ


Constructor Summary
StarTeamDiff()
           
 
Method Summary
 EditList diff(Sequence source, Sequence target, DiffCompare compare)
          The diff method takes two sequences of objects and an instance of a Compare interface for comparing Objects in the sequences and returns an EditList that can be used to transform the source in to target.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarTeamDiff

public StarTeamDiff()
Method Detail

diff

public EditList diff(Sequence source,
                     Sequence target,
                     DiffCompare compare)
              throws DiffException
Description copied from interface: Differ
The diff method takes two sequences of objects and an instance of a Compare interface for comparing Objects in the sequences and returns an EditList that can be used to transform the source in to target.

Specified by:
diff in interface Differ
DiffException


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.