|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.taplint.TapLinter
public class TapLinter
Organises validation stages for TAP validator.
Constructor Summary | |
---|---|
TapLinter()
Constructor. |
Method Summary | |
---|---|
Executable |
createExecutable(Reporter reporter,
URL serviceUrl,
Set<String> stageCodeSet)
Creates and returns an executable for TAP validation. |
Map<String,Stage> |
getKnownStages()
Returns an ordered map of the validation stages defined by this class. |
boolean |
isDefault(String code)
Indicates whether the stage with a given code is run by default or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TapLinter()
Method Detail |
---|
public Map<String,Stage> getKnownStages()
public boolean isDefault(String code)
code
- stage code
public Executable createExecutable(Reporter reporter, URL serviceUrl, Set<String> stageCodeSet) throws TaskException
reporter
- validation message destinationserviceUrl
- TAP service URLstageCodeSet
- unordered collection of code strings indicating
which stages should be run
TaskException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |