|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Report | |
---|---|
gov.nasa.pds.validate | |
gov.nasa.pds.validate.report |
Uses of Report in gov.nasa.pds.validate |
---|
Fields in gov.nasa.pds.validate declared as Report | |
---|---|
protected Report |
Validator.report
An object representation of a report to capture the results of validation. |
Methods in gov.nasa.pds.validate that return Report | |
---|---|
Report |
ValidateLauncher.getReport()
Gets the object representation of the Validation Report. |
Methods in gov.nasa.pds.validate with parameters of type Report | |
---|---|
Validator |
ValidatorFactory.newInstance(URL target,
String modelVersion,
Report report)
Returns a Validator object. |
Constructors in gov.nasa.pds.validate with parameters of type Report | |
---|---|
DirectoryValidator(String modelVersion,
Report report)
Constructor. |
|
FileValidator(String modelVersion,
Report report)
Constructor. |
|
Validator(String modelVersion,
Report report)
Constructor. |
Uses of Report in gov.nasa.pds.validate.report |
---|
Subclasses of Report in gov.nasa.pds.validate.report | |
---|---|
class |
FullReport
This class represents a full report for the Vtool command line. |
class |
JSONReport
This class represents a full report in JSON format. |
class |
XmlReport
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |