|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationRecord | |
---|---|
gov.nasa.pds.vtool | This package provides the main class for executing the Validation Tool. |
gov.nasa.pds.vtool.status | This package allows VTool to determine an exit value to give back to the user. |
gov.nasa.pds.vtool.validate | This package contains classes that will perform the validation step for the Validation Tool. |
Uses of ValidationRecord in gov.nasa.pds.vtool |
---|
Methods in gov.nasa.pds.vtool that return ValidationRecord | |
---|---|
ValidationRecord |
VTool.validateLabel(java.net.URL url,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate a label file. |
ValidationRecord |
VTool.validateLabels(java.util.List targets)
Validate labels, performing only syntactic validation. |
ValidationRecord |
VTool.validateLabels(java.util.List targets,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate labels, performing both syntactic and semantic validation. |
Uses of ValidationRecord in gov.nasa.pds.vtool.status |
---|
Methods in gov.nasa.pds.vtool.status with parameters of type ValidationRecord | |
---|---|
void |
ExitStatus.setStatus(ValidationRecord record)
Set the status |
Uses of ValidationRecord in gov.nasa.pds.vtool.validate |
---|
Methods in gov.nasa.pds.vtool.validate with parameters of type ValidationRecord | |
---|---|
void |
ValidationRecord.add(ValidationRecord record)
Record the results of a label validation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |