| Package | Description |
|---|---|
| com.devonfw.module.batch.common.base |
| Modifier and Type | Method and Description |
|---|---|
static SpringBootBatchCommandLine.Operation |
SpringBootBatchCommandLine.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringBootBatchCommandLine.Operation[] |
SpringBootBatchCommandLine.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpringBootBatchCommandLine.execute(SpringBootBatchCommandLine.Operation operation,
List<String> configurations,
String jobName,
List<String> parameters)
Initialize the application context and execute the operation.
|
Copyright © 2014–2019 devon4j-Team. All rights reserved.