Uses of Class
gov.nasa.pds.citool.diff.DiffRecord
-
Packages that use DiffRecord Package Description gov.nasa.pds.citool.diff gov.nasa.pds.citool.util -
-
Uses of DiffRecord in gov.nasa.pds.citool.diff
Methods in gov.nasa.pds.citool.diff that return types with arguments of type DiffRecord Modifier and Type Method Description static List<DiffRecord>
ValueDiff. diff(gov.nasa.pds.tools.label.Value source, gov.nasa.pds.tools.label.Value target)
static List<DiffRecord>
ValueDiff. diff(gov.nasa.pds.tools.label.Value source, gov.nasa.pds.tools.label.Value target, int sourceLine, int targetLine)
static List<DiffRecord>
ValueDiff. diff(String source, String target)
static List<DiffRecord>
ValueDiff. diff(String source, String target, int sourceLine, int targetLine)
List<DiffRecord>
DiffException. getDiffs()
Constructor parameters in gov.nasa.pds.citool.diff with type arguments of type DiffRecord Constructor Description DiffException(URI sourceUri, Integer sourceLineNumber, Integer targetLineNumber, String key, List<DiffRecord> diffs, Object... arguments)
-
Uses of DiffRecord in gov.nasa.pds.citool.util
Method parameters in gov.nasa.pds.citool.util with type arguments of type DiffRecord Modifier and Type Method Description static String
Utility. printDiff(String indent, List<DiffRecord> records)
-