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.String
EPNCORE_TNAME
Schema-less table name of EPN-TAP tables.static java.lang.String
EPNCORE_UTYPE
Required utype of EPN-TAP tables.static java.lang.String
EPNCORE_UTYPE2
Transitional 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.String
getDescription()
Returns a short one-line description of this stage.static void
main(java.lang.String[] args)
Writes a version of Table 1 to standard output.void
run(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:Stage
Returns a short one-line description of this stage.- Specified by:
getDescription
in interfaceStage
- Returns:
- description in imperative mood
-
run
public void run(Reporter reporter, uk.ac.starlink.vo.TapService tapService)
Description copied from interface:Stage
Performs the validation checks for this stage.
-
main
public static void main(java.lang.String[] args)
Writes a version of Table 1 to standard output.
-
-