Package uk.ac.starlink.ttools.taplint
Class QueryStage
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.QueryStage
-
-
Constructor Summary
Constructors Constructor Description QueryStage(VotLintTapRunner tapRunner, MetadataHolder metaHolder, CapabilityHolder capHolder)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns a short one-line description of this stage.void
run(Reporter reporter, uk.ac.starlink.vo.EndpointSet endpointSet)
Performs the validation checks for this stage.
-
-
-
Constructor Detail
-
QueryStage
public QueryStage(VotLintTapRunner tapRunner, MetadataHolder metaHolder, CapabilityHolder capHolder)
Constructor.- Parameters:
tapRunner
- object that can run TAP queriesmetaHolder
- provides table metadata at run timecapHolder
- provides capability info at run time; may be null if capability-related queries are not required
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Description copied from interface:Stage
Returns a short one-line description of this stage.- Specified by:
getDescription
in interfaceStage
- Returns:
- description in imperative mood
-
-