Package uk.ac.starlink.ttools.taplint
Class BasicTapRunner
java.lang.Object
uk.ac.starlink.ttools.taplint.TapRunner
uk.ac.starlink.ttools.taplint.BasicTapRunner
Minimal synchronous implementation of TapRunner.
- Since:
- 10 Jun 2011
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected uk.ac.starlink.table.StarTable
executeQuery
(Reporter reporter, uk.ac.starlink.vo.TapQuery tq) Executes a TAP query, performing reporting as appropriate.Methods inherited from class uk.ac.starlink.ttools.taplint.TapRunner
attemptGetResultTable, getDescription, getResultTable, reportSummary
-
Constructor Details
-
BasicTapRunner
public BasicTapRunner()Constructor.
-
-
Method Details
-
executeQuery
protected uk.ac.starlink.table.StarTable executeQuery(Reporter reporter, uk.ac.starlink.vo.TapQuery tq) throws IOException Description copied from class:TapRunner
Executes a TAP query, performing reporting as appropriate. The result may be null, but will normally be either a table or an IOException will result.- Specified by:
executeQuery
in classTapRunner
- Parameters:
reporter
- validation message destinationtq
- query to execute- Returns:
- result table
- Throws:
IOException
-