|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.taplint.ColumnMetadataStage
public class ColumnMetadataStage
Validation stage which checks all actual results (SELECT *) against declared metadata.
Constructor Summary | |
---|---|
ColumnMetadataStage(TapRunner tapRunner,
MetadataHolder metaHolder,
int maxTables)
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 ColumnMetadataStage(TapRunner tapRunner, MetadataHolder metaHolder, int maxTables)
tapRunner
- object that can run TAP queriesmetaHolder
- provides table metadata at run timemaxTables
- limit on the number of tables to test,
or <=0 for no limitMethod 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 |