public class SourceConfig extends Object
SourceConfig(List<Source> sources, List<Job> jobs)
static SourceConfig
fromPropertyMap(Map<String,String> properties)
Job
getJob(String jobName)
List<Job>
getJobs()
Source
getSource(String sourceName)
List<Source>
getSources()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SourceConfig(List<Source> sources, List<Job> jobs)
public static SourceConfig fromPropertyMap(Map<String,String> properties)
public List<Source> getSources()
public Source getSource(String sourceName)
public List<Job> getJobs()
public Job getJob(String jobName)