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 nameTaskException
Parameter<?>[] 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 environmentTaskException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.