Constructor and Description |
---|
Args() |
Modifier and Type | Method and Description |
---|---|
NoOp.Args |
getForContext(ExecutionContext context)
Returns an arguments object for the given execution context with resolved
variables if necessary and possible.
|
public Args()
public NoOp.Args getForContext(ExecutionContext context)
Arguments
this
arguments instance is simply returned.
If variables are present, they are resolved if such a variable is defined
in the VariableContext
returned by
context.
getVariableContext()
.
Values are converted if necessary with the ValueConverter
s
returned by
context.
getValueConverterFor(Class)
.
getForContext
in interface Arguments<NoOp.Args>
context
- the execution context providing access to variables and
convertersCopyright © 2024. All rights reserved.