gov.nasa.pds.citool.diff
Class ValueDiff

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

public class ValueDiff
extends Object


Constructor Summary
ValueDiff()
           
 
Method Summary
static List<DiffRecord> diff(String source, String target)
           
static List<DiffRecord> diff(String source, String target, int sourceLine, int targetLine)
           
static List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source, gov.nasa.pds.tools.label.Value target)
           
static 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 List<DiffRecord> diff(gov.nasa.pds.tools.label.Value source,
                                    gov.nasa.pds.tools.label.Value target)

diff

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

diff

public static List<DiffRecord> diff(String source,
                                    String target)

diff

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


Copyright © 2010–2014 Planetary Data System. All rights reserved.