Files
spring-batch/spring-batch-core/src
Philippe Truche 746c919372 Support command as array of strings
setCommand now supports passing in an array of strings. When a single
string is supplied, it is tokenized by the Runtime#exec method. When an
array of strings is supplied, the array is supplied as is to the
Runtime#exec method in which case no tokenization takes place.

Resolves #752
2022-10-12 16:36:30 +02:00
..
2022-10-12 16:36:30 +02:00
2022-10-12 16:36:30 +02:00