uk.ac.starlink.ttools.task
Class TapResultReader

java.lang.Object
  extended by uk.ac.starlink.ttools.task.TapResultReader

public class TapResultReader
extends Object

Aggregates parameters used for recovering and delivering the result of a TAP query.

Since:
23 Feb 2011
Author:
Mark Taylor

Constructor Summary
TapResultReader()
          Constructor.
 
Method Summary
 TapResultProducer createResultProducer(Environment env)
          Returns an object which can acquire a table from a TAP query object.
 Parameter[] getParameters()
          Returns the parameters associated with this object.
 BooleanParameter getProgressParameter()
          Returns the parameter which indicates whether progress should be logged to the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapResultReader

public TapResultReader()
Constructor.

Method Detail

getParameters

public Parameter[] getParameters()
Returns the parameters associated with this object.

Returns:
parameters

getProgressParameter

public BooleanParameter getProgressParameter()
Returns the parameter which indicates whether progress should be logged to the user.

Returns:
progress parameter

createResultProducer

public TapResultProducer createResultProducer(Environment env)
                                       throws TaskException
Returns an object which can acquire a table from a TAP query object.

Parameters:
env - execution environment
Returns:
TAP table producer
Throws:
TaskException


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.