Class UploadStage

java.lang.Object
uk.ac.starlink.ttools.taplint.UploadStage
All Implemented Interfaces:
Stage

public class UploadStage extends Object implements Stage
TapLint stage which attempts table uploads.
Since:
27 Jun 2011
Author:
Mark Taylor
  • Constructor Details

    • UploadStage

      public UploadStage(TapRunner tapRunner, CapabilityHolder capHolder)
      Constructor.
      Parameters:
      tapRunner - runs TAP queries
      capHolder - contains capability information
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: Stage
      Returns a short one-line description of this stage.
      Specified by:
      getDescription in interface Stage
      Returns:
      description in imperative mood
    • run

      public void run(Reporter reporter, uk.ac.starlink.vo.TapService tapService)
      Description copied from interface: Stage
      Performs the validation checks for this stage.
      Specified by:
      run in interface Stage
      Parameters:
      reporter - destination for validation messages
      tapService - TAP service description