Package uk.ac.starlink.ttools.taplint
Class EpnTapStage
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.EpnTapStage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEPNCORE_TNAMESchema-less table name of EPN-TAP tables.static java.lang.StringEPNCORE_UTYPERequired utype of EPN-TAP tables.static java.lang.StringEPNCORE_UTYPE2Transitional utype of EPN-TAP tables.
-
Constructor Summary
Constructors Constructor Description EpnTapStage(TapRunner tapRunner, MetadataHolder metaHolder)Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns a short one-line description of this stage.static voidmain(java.lang.String[] args)Writes a version of Table 1 to standard output.voidrun(Reporter reporter, uk.ac.starlink.vo.TapService tapService)Performs the validation checks for this stage.
-
-
-
Field Detail
-
EPNCORE_TNAME
public static final java.lang.String EPNCORE_TNAME
Schema-less table name of EPN-TAP tables.- See Also:
- Constant Field Values
-
EPNCORE_UTYPE
public static final java.lang.String EPNCORE_UTYPE
Required utype of EPN-TAP tables.- See Also:
- Constant Field Values
-
EPNCORE_UTYPE2
public static final java.lang.String EPNCORE_UTYPE2
Transitional utype of EPN-TAP tables.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EpnTapStage
public EpnTapStage(TapRunner tapRunner, MetadataHolder metaHolder)
Constructor.- Parameters:
tapRunner- runs TAP queriesmetaHolder- 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
-
run
public void run(Reporter reporter, uk.ac.starlink.vo.TapService tapService)
Description copied from interface:StagePerforms the validation checks for this stage.
-
main
public static void main(java.lang.String[] args)
Writes a version of Table 1 to standard output.
-
-