org.springframework.batch.admin.web
Class JobParametersExtractor
java.lang.Object
org.springframework.batch.admin.web.JobParametersExtractor
public class JobParametersExtractor
- extends Object
Helper class for extracting a String representation of JobParameters
for rendering.
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobParametersExtractor
public JobParametersExtractor()
fromJobParameters
public String fromJobParameters(JobParameters oldParameters)
- Parameters:
oldParameters - the latest job parameters
- Returns:
- a String representation for rendering the job parameters from the
last instance
fromString
public JobParameters fromString(String params)
Copyright © 2011. All Rights Reserved.