The usage of datalinklint
is
stilts <stilts-flags> datalinklint format=text|json report=[EWISF]+ maxrepeat=<int-value> truncate=<int-value> debug=true|false [votable=]<filename>|<URL>|-If you don't have the
stilts
script installed,
write "java -jar stilts.jar
" instead of
"stilts
" - see Section 3.
The available <stilts-flags>
are listed
in Section 2.1.
For programmatic invocation,
the Task class for this
command is uk.ac.starlink.ttools.task.DatalinkLint
.
Parameter values are assigned on the command line as explained in Section 2.3. They are as follows:
debug = true|false
(Boolean)[Default: false
]
format = text|json
(OutputReporter)text
, json
.
Note not all of the other parameters may be applicable to all output formats.
[Default: text
]
maxrepeat = <int-value>
(Integer)[Default: 9
]
report = [EWISF]+
(String)E
, W
, I
, S
, F
with the following meanings:
E
: Error in operation or standard compliance of the service.W
: Warning that service behaviour is questionable, or contravenes a standard recommendation,
but is not in actual violation of the standard.I
: Information about progress, for instance details of queries made.S
: Summary of previous successful/unsuccessful reports.F
: Failure of the validator to perform some testing. The cause is either some error
internal to the validator, or some error or missing functionality in the service which
has already been reported.[Default: EWISF
]
truncate = <int-value>
(Integer)[Default: 640
]
votable = <filename>|<URL>|-
(String)-
" to indicate standard input.