public final class BatchContext extends Object
Modifier and Type | Method and Description |
---|---|
static String |
get(String name)
Returns a value of the context variable (which includes batch arguments).
|
static ApiStub<BatchContextApi> |
getStub()
Returns the API stub.
|
public static String get(String name)
name
- the target variable namenull
if it is not defined in this contextIllegalArgumentException
- if the parameter is null
public static ApiStub<BatchContextApi> getStub()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.