public class TapLint extends Object implements OperationalTask
| Constructor and Description |
|---|
TapLint()
Constructor.
|
| 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.
|
String |
getOperationalPurpose()
Returns an operational purpose string appropriate for this task.
|
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 String getOperationalPurpose()
OperationalTaskUserAgentUtil.PURPOSE_TEST
("test") or
UserAgentUtil.PURPOSE_COPY
("copy").
A null or empty return value is treated the same as not implementing
this interface.getOperationalPurpose in interface OperationalTaskpublic 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 © 2026 Central Laboratory of the Research Councils. All Rights Reserved.