Package uk.ac.starlink.ttools.taplint
Class BasicTapRunner
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.TapRunner
-
- uk.ac.starlink.ttools.taplint.BasicTapRunner
-
public class BasicTapRunner extends TapRunner
Minimal synchronous implementation of TapRunner.- Since:
- 10 Jun 2011
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description BasicTapRunner()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected uk.ac.starlink.table.StarTableexecuteQuery(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
-
-
-
-
Method Detail
-
executeQuery
protected uk.ac.starlink.table.StarTable executeQuery(Reporter reporter, uk.ac.starlink.vo.TapQuery tq) throws java.io.IOException
Description copied from class:TapRunnerExecutes 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:
executeQueryin classTapRunner- Parameters:
reporter- validation message destinationtq- query to execute- Returns:
- result table
- Throws:
java.io.IOException
-
-