Uses of Class
org.springframework.batch.core.JobParameter

Packages that use JobParameter
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
 

Uses of JobParameter in org.springframework.batch.core
 

Methods in org.springframework.batch.core that return types with arguments of type JobParameter
 Map<String,JobParameter> JobParameters.getParameters()
          Get a map of all parameters, including string, long, and date.
 

Constructor parameters in org.springframework.batch.core with type arguments of type JobParameter
JobParameters(Map<String,JobParameter> parameters)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.