Uses of Class
gov.nasa.pds.citool.diff.DiffRecord

Packages that use DiffRecord
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
static List<DiffRecord> ValueDiff.diff(String source, String target)
           
static List<DiffRecord> ValueDiff.diff(String source, String target, int sourceLine, int targetLine)
           
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)
           
 List<DiffRecord> DiffException.getDiffs()
           
 

Constructor parameters in gov.nasa.pds.citool.diff with type arguments of type DiffRecord
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
static String Utility.printDiff(String indent, List<DiffRecord> records)
           
 



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