Class Summary |
AdhocCode |
ReportCode implementation which can be created at runtime. |
BasicTapRunner |
Minimal synchronous implementation of TapRunner. |
CapabilityStage |
Stage for checking content of TAPRegExt capability metadata. |
ColumnMetadataStage |
Validation stage which checks all actual results (SELECT *) against
declared metadata. |
CompareMetadataStage |
Validation stage for checking that two sets of table metadata
(presumably obtained via different routes) are equivalent to each other. |
IvoaSchemaResolver |
ResourceResolver implementation used for validating documents against
XSD schemas relating to known IVOA standards. |
JobStage |
TapLint stage which submits and manipulates UWS jobs, mostly to check
that the UWS operations are performing correctly. |
ObsTapStage |
Validation stage for testing ObsCore data model metadata and content. |
QueryStage |
Validation stage which performs some ADQL queries on data tables. |
Reporter |
Handles logging for validation messages. |
ReporterErrorHandler |
SAX ErrorHandler implementation based on a Reporter. |
ReporterVotLintContext |
VotLintContext implementation which delivers its output via
a TapLint-style reporter. |
TableMetadataStage |
Validation stage for checking the content of parsed Table metadata. |
TablesEndpointStage |
Validation stage for checking table metadata from the /tables endpoint
(as defined by the VODataService schema). |
TapLinter |
Organises validation stages for TAP validator. |
TapRunner |
Executes TAP queries for the validator. |
TapSchemaMetadataHolder |
MetadataHolder implementation which supplies metadata based on the
assumed (mandated) form of the TAP_SCHEMA tables which a TAP service
is required to supply. |
TapSchemaStage |
Validation stage for checking table metadata from the TAP_SCHEMA tables. |
UploadStage |
TapLint stage which attempts table uploads. |
VotLintTapRunner |
TapRunner implementation which uses the VotLint validation classes
to check the query's result VOTable. |
XsdStage |
Validation stage for validating a document against a given XML schema. |