Package uk.ac.starlink.ttools.taplint
Class ObsTapStage
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.ObsTapStage
-
- All Implemented Interfaces:
Stage
public class ObsTapStage extends java.lang.Object implements Stage
Validation stage for testing ObsCore data model metadata and content.- Since:
- 24 Nov 2011
- Author:
- Mark Taylor
- See Also:
- IVOA Observation Data Model
-
-
Constructor Summary
Constructors Constructor Description ObsTapStage(TapRunner tapRunner, CapabilityHolder capHolder, MetadataHolder metaHolder)Constructor.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
ObsTapStage
public ObsTapStage(TapRunner tapRunner, CapabilityHolder capHolder, MetadataHolder metaHolder)
Constructor.- Parameters:
tapRunner- runs TAP queriescapHolder- provides capability metadata at runtimemetaHolder- provides table metadata at runtime
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Description copied from interface:StageReturns a short one-line description of this stage.- Specified by:
getDescriptionin interfaceStage- Returns:
- description in imperative mood
-
-