OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304 Date format hell - how is new Date(0) "19691231"?
This commit is contained in:
@@ -19,6 +19,7 @@ package org.springframework.batch.core.runtime;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.springframework.batch.core.domain.JobParameters;
|
||||
import org.springframework.batch.core.domain.JobParametersBuilder;
|
||||
|
||||
/**
|
||||
* A factory for {@link JobParameters} instances. A job can be
|
||||
@@ -29,9 +30,10 @@ import org.springframework.batch.core.domain.JobParameters;
|
||||
* {@link JobParameters} and some do not (e.g. for an ad-hoc execution a simple
|
||||
* label might be enough).
|
||||
*
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
* @see JobParametersBuilder
|
||||
*
|
||||
*/
|
||||
public interface JobParametersFactory {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user