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:
dsyer
2008-01-24 10:07:38 +00:00
parent 28f794df4e
commit 97d5359f3c
3 changed files with 11 additions and 4 deletions

View File

@@ -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 {