|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.taplint.QueryStage
public class QueryStage
Validation stage which performs some ADQL queries on data tables.
Constructor Summary | |
---|---|
QueryStage(VotLintTapRunner tapRunner,
MetadataHolder metaHolder,
CapabilityHolder capHolder)
Constructor. |
Method Summary | |
---|---|
String |
getDescription()
Returns a short one-line description of this stage. |
void |
run(Reporter reporter,
URL serviceUrl)
Performs the validation checks for this stage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryStage(VotLintTapRunner tapRunner, MetadataHolder metaHolder, CapabilityHolder capHolder)
tapRunner
- object that can run TAP queriesmetaHolder
- provides table metadata at run timecapHolder
- provides capability info at run time;
may be null if capability-related queries
are not requiredMethod Detail |
---|
public String getDescription()
Stage
getDescription
in interface Stage
public void run(Reporter reporter, URL serviceUrl)
Stage
run
in interface Stage
reporter
- destination for validation messagesserviceUrl
- TAP service URL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |