public class LegacyBatchContext extends Object
BatchContext
Modifier and Type | Class and Description |
---|---|
static class |
LegacyBatchContext.Initializer
Initializes
LegacyBatchContext . |
Modifier and Type | Field and Description |
---|---|
static BatchContextApi |
API
The API of this implementation.
|
Modifier | Constructor and Description |
---|---|
protected |
LegacyBatchContext(Map<String,String> variables)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
get(String name)
Returns a value of the context variable (which includes batch arguments).
|
public static final BatchContextApi API
protected LegacyBatchContext(Map<String,String> variables)
variables
- variable tableIllegalArgumentException
- if the parameter is null
public static 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.