gov.nasa.pds.citool.diff
Class ValueDiff

java.lang.Object
  extended by gov.nasa.pds.citool.diff.ValueDiff

public class ValueDiff
extends java.lang.Object


Constructor Summary
ValueDiff()
           
 
Method Summary
static java.util.List<DiffRecord> diff(java.lang.String source, java.lang.String target)
           
static java.util.List<DiffRecord> diff(java.lang.String source, java.lang.String target, int sourceLine, int targetLine)
           
static java.util.List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source, gov.nasa.pds.tools.label.Value target)
           
static java.util.List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source, gov.nasa.pds.tools.label.Value target, int sourceLine, int targetLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueDiff

public ValueDiff()
Method Detail

diff

public static java.util.List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source,
                                              gov.nasa.pds.tools.label.Value target)

diff

public static java.util.List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source,
                                              gov.nasa.pds.tools.label.Value target,
                                              int sourceLine,
                                              int targetLine)

diff

public static java.util.List<DiffRecord> diff(java.lang.String source,
                                              java.lang.String target)

diff

public static java.util.List<DiffRecord> diff(java.lang.String source,
                                              java.lang.String target,
                                              int sourceLine,
                                              int targetLine)


Copyright © 2005-2010 Planetary Data System. All Rights Reserved.