Package uk.ac.starlink.ttools.taplint
Interface Stage
- All Known Implementing Classes:
CapabilityStage,ColumnMetadataStage,CompareMetadataStage,EpnTapStage,ExampleStage,JobStage,ObsLocStage,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
Modifier and TypeMethodDescriptionReturns a short one-line description of this stage.voidPerforms the validation checks for this stage.
-
Method Details
-
getDescription
String getDescription()Returns a short one-line description of this stage.- Returns:
- description in imperative mood
-
run
Performs the validation checks for this stage.- Parameters:
reporter- destination for validation messagestapService- TAP service description
-