uk.ac.starlink.ttools.taplint
Interface Stage

All Known Implementing Classes:
CapabilityStage, ColumnMetadataStage, CompareMetadataStage, JobStage, ObsTapStage, QueryStage, TableMetadataStage, TablesEndpointStage, TapSchemaStage, UploadStage, XsdStage

public interface Stage

Represents a stage of validator processing.

Since:
3 Jun 2011
Author:
Mark Taylor

Method Summary
 String getDescription()
          Returns a short one-line description of this stage.
 void run(Reporter reporter, URL serviceUrl)
          Performs the validation checks for this stage.
 

Method Detail

getDescription

String getDescription()
Returns a short one-line description of this stage.

Returns:
description in imperative mood

run

void run(Reporter reporter,
         URL serviceUrl)
Performs the validation checks for this stage.

Parameters:
reporter - destination for validation messages
serviceUrl - TAP service URL


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.