Package gov.nasa.pds.citool.diff
Class ValueDiff
- java.lang.Object
-
- gov.nasa.pds.citool.diff.ValueDiff
-
public class ValueDiff extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueDiff()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
static List<DiffRecord>
diff(String source, String target)
static List<DiffRecord>
diff(String source, String target, int sourceLine, int targetLine)
-
-
-
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)
-
-