Stagepublic class ExampleStage extends java.lang.Object implements Stage
The details may undergo some changes.
| Constructor | Description |
|---|---|
ExampleStage(TapRunner tapRunner,
CapabilityHolder capHolder,
MetadataHolder metaHolder) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
Returns a short one-line description of this stage.
|
void |
run(Reporter reporter,
uk.ac.starlink.vo.EndpointSet endpointSet) |
Performs the validation checks for this stage.
|
public ExampleStage(TapRunner tapRunner, CapabilityHolder capHolder, MetadataHolder metaHolder)
tapRunner - runs TAP queries; if null, no queries attemptedcapHolder - provides capability metadata at runtimemetaHolder - provides table metadata at runtimepublic java.lang.String getDescription()
StagegetDescription in interface StageCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.