Package uk.ac.starlink.ttools.taplint
Class TablesEndpointStage
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.TableMetadataStage
-
- uk.ac.starlink.ttools.taplint.TablesEndpointStage
-
- All Implemented Interfaces:
MetadataHolder,Stage
public class TablesEndpointStage extends TableMetadataStage
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 Constructor Description TablesEndpointStage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected uk.ac.starlink.vo.SchemaMeta[]readTableMetadata(Reporter reporter, uk.ac.starlink.vo.EndpointSet endpointSet)Returns an array providing table metadata to check.-
Methods inherited from class uk.ac.starlink.ttools.taplint.TableMetadataStage
getDescription, getSourceDescription, getTableMetadata, run
-
-
-
-
Method Detail
-
readTableMetadata
protected uk.ac.starlink.vo.SchemaMeta[] readTableMetadata(Reporter reporter, uk.ac.starlink.vo.EndpointSet endpointSet)
Description copied from class:TableMetadataStageReturns an array providing table metadata to check.- Specified by:
readTableMetadatain classTableMetadataStage- Parameters:
reporter- destination for validation messagesendpointSet- TAP service endpoints- Returns:
- list of fully populated schema metadata elements
-
-