|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffRecord | |
---|---|
gov.nasa.pds.citool.diff |
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 java.util.List<DiffRecord> |
ValueDiff.diff(java.lang.String source,
java.lang.String target)
|
static java.util.List<DiffRecord> |
ValueDiff.diff(java.lang.String source,
java.lang.String target,
int sourceLine,
int targetLine)
|
static java.util.List<DiffRecord> |
ValueDiff.diff(gov.nasa.pds.tools.label.Value source,
gov.nasa.pds.tools.label.Value target)
|
static java.util.List<DiffRecord> |
ValueDiff.diff(gov.nasa.pds.tools.label.Value source,
gov.nasa.pds.tools.label.Value target,
int sourceLine,
int targetLine)
|
Methods in gov.nasa.pds.citool.diff with parameters of type DiffRecord | |
---|---|
static void |
DiffLogger.logRecord(java.util.logging.Level level,
DiffRecord record,
java.lang.String file)
|
Method parameters in gov.nasa.pds.citool.diff with type arguments of type DiffRecord | |
---|---|
static void |
DiffLogger.logRecord(java.util.logging.Level level,
java.util.List<DiffRecord> records,
java.lang.String file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |