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(CapabilityHolder capHolder)
-
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.TapService tapService)Returns an array providing table metadata to check.-
Methods inherited from class uk.ac.starlink.ttools.taplint.TableMetadataStage
getDescription, getSourceDescription, getTableMetadata, run
-
-
-
-
Constructor Detail
-
TablesEndpointStage
public TablesEndpointStage(CapabilityHolder capHolder)
-
-
Method Detail
-
readTableMetadata
protected uk.ac.starlink.vo.SchemaMeta[] readTableMetadata(Reporter reporter, uk.ac.starlink.vo.TapService tapService)
Description copied from class:TableMetadataStageReturns an array providing table metadata to check.- Specified by:
readTableMetadatain classTableMetadataStage- Parameters:
reporter- destination for validation messagestapService- TAP service description- Returns:
- list of fully populated schema metadata elements
-
-