org.springframework.batch.sample.launch
Interface ExportedJobLoader


public interface ExportedJobLoader

Author:
Dave Syer

Method Summary
 Map<String,String> getConfigurations()
           
 String getJob(String path)
           
 String 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()

getJob

String getJob(String path)

getProperty

String getProperty(String path)

setProperty

void setProperty(String path,
                 String value)


Copyright © 2009 SpringSource. All Rights Reserved.