public class XsdValidate extends Object implements Task
This doesn't seem like it should be a job for STILTS, but it seems there aren't too many other easily accessible XSD validation tools out there, and this can at least offer local copies of some of the IVOA schemas.
| Constructor and Description |
|---|
XsdValidate() |
| Modifier and Type | Method and Description |
|---|---|
Executable |
createExecutable(Environment env)
Creates an executable object which will do the work of this task
in the given Environment.
|
Parameter<?>[] |
getParameters()
Returns the list of parameters which may be used by this task.
|
String |
getPurpose()
Returns a short (one-line) description of the purpose of this task.
|
public String getPurpose()
TaskgetPurpose in interface Taskpublic Parameter<?>[] getParameters()
TaskgetParameters in interface Taskpublic Executable createExecutable(Environment env) throws TaskException
Taskenv, though this is not
absolutely prohibited.createExecutable in interface Taskenv - the environment in which the task will operateTaskException - if no executable can be created;
this should usually be a UsageException or
some subclassCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.