Package uk.ac.starlink.ttools.taplint
Interface Stage
-
- All Known Implementing Classes:
CapabilityStage,ColumnMetadataStage,CompareMetadataStage,ExampleStage,JobStage,ObsTapStage,QueryStage,TableMetadataStage,TablesEndpointStage,TapSchemaStage,UploadStage,XsdStage
public interface StageRepresents a stage of validator processing.- Since:
- 3 Jun 2011
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns a short one-line description of this stage.voidrun(Reporter reporter, uk.ac.starlink.vo.TapService tapService)Performs the validation checks for this stage.
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Returns a short one-line description of this stage.- Returns:
- description in imperative mood
-
run
void run(Reporter reporter, uk.ac.starlink.vo.TapService tapService)
Performs the validation checks for this stage.- Parameters:
reporter- destination for validation messagestapService- TAP service description
-
-