|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.TapResultReader
public class TapResultReader
Aggregates parameters used for recovering and delivering the result of a TAP query.
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 |
---|
public TapResultReader()
Method Detail |
---|
public Parameter[] getParameters()
public BooleanParameter getProgressParameter()
public TapResultProducer createResultProducer(Environment env) throws TaskException
env
- execution environment
TaskException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |