public interface BatchContextApi
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Returns a value of the context variable (which includes batch arguments).
|
String get(String name)
name
- the target variable namenull
if it is not defined in this contextIllegalArgumentException
- if the parameter is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.