public interface DynamicTask
| Modifier and Type | Method and Description |
|---|---|
Parameter<?>[] |
getContextParameters(Environment env)
Returns the parameters for this task in the context of a given
execution environment.
|
Parameter<?> |
getParameterByName(Environment env,
String paramName)
Attempts to find a parameter with a given name that might be used
by this task in the content of the given environment.
|
Parameter<?> getParameterByName(Environment env, String paramName) throws TaskException
This ought not to result in additional prompts to the user.
env - execution environmentparamName - requested parameter nameTaskExceptionParameter<?>[] getContextParameters(Environment env) throws TaskException
Task.getParameters(), but found
settings of parameters in the presented environment may lead to
parameters being added to or removed from the list.
This ought not to result in additional prompts to the user.
env - execution environmentTaskExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.