Class TablesEndpointStage
java.lang.Object
uk.ac.starlink.ttools.taplint.TableMetadataStage
uk.ac.starlink.ttools.taplint.TablesEndpointStage
- All Implemented Interfaces:
MetadataHolder, Stage
Validation stage for checking table metadata from the /tables endpoint
(as defined by the VODataService schema).
- Since:
- 3 Jun 2011
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataHolderreadTableMetadata(Reporter reporter, uk.ac.starlink.vo.TapService tapService) Reads an object providing table metadata to check.Methods inherited from class TableMetadataStage
getDescription, getSourceDescription, getTableMetadata, hasDetail, run, setTableFilter
-
Constructor Details
-
TablesEndpointStage
-
-
Method Details
-
readTableMetadata
protected MetadataHolder readTableMetadata(Reporter reporter, uk.ac.starlink.vo.TapService tapService) Description copied from class:TableMetadataStageReads an object providing table metadata to check.- Specified by:
readTableMetadatain classTableMetadataStage- Parameters:
reporter- destination for messagestapService- TAP service description- Returns:
- fully populated metadata object
-