org.springframework.batch.admin.integration
Class MultipartJobConfigurationRequest
java.lang.Object
org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
public class MultipartJobConfigurationRequest
- extends Object
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartJobConfigurationRequest
public MultipartJobConfigurationRequest()
setFile
public void setFile(MultipartFile file)
- Parameters:
file - the file to set
getFile
public MultipartFile getFile()
- Returns:
- the file
getJobConfigurationRequest
public JobConfigurationRequest getJobConfigurationRequest()
- Extract the relevant data from the multipart and generate a new request.
- Returns:
- a
JobConfigurationRequest
Copyright © 2011. All Rights Reserved.