Uses of Class
com.devonfw.module.batch.common.base.SpringBootBatchCommandLine.Operation
-
Packages that use SpringBootBatchCommandLine.Operation Package Description com.devonfw.module.batch.common.base -
-
Uses of SpringBootBatchCommandLine.Operation in com.devonfw.module.batch.common.base
Methods in com.devonfw.module.batch.common.base that return SpringBootBatchCommandLine.Operation Modifier and Type Method Description static SpringBootBatchCommandLine.OperationSpringBootBatchCommandLine.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.Methods in com.devonfw.module.batch.common.base with parameters of type SpringBootBatchCommandLine.Operation Modifier and Type Method Description voidSpringBootBatchCommandLine. execute(SpringBootBatchCommandLine.Operation operation, List<String> configurations, String jobName, List<String> parameters)Initialize the application context and execute the operation.
-