String crawlPropFilePath, String statesFilePath)
throws InstantiationException {
this.fm = new FileManagerUtils(fmUrlStr);
this.wm = new WorkflowManagerUtils(wmUrlStr);
this.rm = new ResourceManagerUtils(rmUrlStr);
this.crawlProps = new CrawlPropertiesFile(crawlPropFilePath);
this.statesFile = new WorkflowStatesFile(statesFilePath);
}