com.starteam.diff
Class StarTeamDiff

java.lang.Object
  extended by com.starteam.diff.StarTeamDiff

public final class StarTeamDiff
extends java.lang.Object

The standard StarTeam Differencing Engine


Constructor Summary
StarTeamDiff()
          Construct an empty StarTeamDiff instance
 
Method Summary
 EditCollection diff(Sequence source, Sequence target, DiffCompare compare)
          execute a diff
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarTeamDiff

public StarTeamDiff()
Construct an empty StarTeamDiff instance

Method Detail

diff

public EditCollection diff(Sequence source,
                           Sequence target,
                           DiffCompare compare)
                    throws DiffException
execute a diff

Parameters:
source - the source sequence
target - the target sequence
compare - the comparator
Throws:
DiffException - if an error occurs


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.