Package uk.ac.starlink.ttools.taplint
Class UploadStage
java.lang.Object
uk.ac.starlink.ttools.taplint.UploadStage
- All Implemented Interfaces:
Stage
TapLint stage which attempts table uploads.
- Since:
- 27 Jun 2011
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a short one-line description of this stage.void
Performs the validation checks for this stage.
-
Constructor Details
-
UploadStage
Constructor.- Parameters:
tapRunner
- runs TAP queriescapHolder
- contains capability information
-
-
Method Details
-
getDescription
Description copied from interface:Stage
Returns a short one-line description of this stage.- Specified by:
getDescription
in interfaceStage
- Returns:
- description in imperative mood
-
run
Description copied from interface:Stage
Performs the validation checks for this stage.
-