Package uk.ac.starlink.ttools.taplint
Class CapabilityStage
java.lang.Object
uk.ac.starlink.ttools.taplint.CapabilityStage
- All Implemented Interfaces:
Stage
Stage for checking content of TAPRegExt capability metadata.
- Since:
- 3 Jun 2011
- Author:
- Mark Taylor
- See Also:
-
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
-
CapabilityStage
Constructor.- Parameters:
capHolder
- source for capabilities document
-
-
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.
-