| Constructor and Description | 
|---|
| DefaultJobLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getConfigurations() | 
| Object | getJobConfiguration(String name) | 
| Object | getProperty(String path) | 
| void | loadResource(String path) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
| void | setProperty(String path,
           String value) | 
| void | setRegistry(ListableJobLocator registry) | 
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setRegistry(ListableJobLocator registry)
public Map<String,String> getConfigurations()
getConfigurations in interface JobLoaderpublic void loadResource(String path)
loadResource in interface JobLoaderpublic Object getJobConfiguration(String name)
getJobConfiguration in interface JobLoaderpublic Object getProperty(String path)
getProperty in interface JobLoaderpublic void setProperty(String path, String value)
setProperty in interface JobLoaderCopyright © 2014 Pivotal. All rights reserved.