org.springframework.batch.sample.launch
Interface JobLoader

All Known Implementing Classes:
DefaultJobLoader

public interface JobLoader

Author:
Dave Syer

Method Summary
 Map<String,String> getConfigurations()
           
 Object getJobConfiguration(String path)
           
 Object getProperty(String path)
           
 void loadResource(String path)
           
 void setProperty(String path, String value)
           
 

Method Detail

loadResource

void loadResource(String path)

getConfigurations

Map<String,String> getConfigurations()

getJobConfiguration

Object getJobConfiguration(String path)

getProperty

Object getProperty(String path)

setProperty

void setProperty(String path,
                 String value)


Copyright © 2009 SpringSource. All Rights Reserved.