this.fisheyePort = port;
File fisheyeStore = new File(fisheyeDir, FISHEYE_METADATA_STORE);
File fisheyeSchemas = new File(fisheyeDir, FISHEYE_SCHEMA_REPO);
this.analyzer = new FSAnalyzer(fisheyeStore, fisheyeSchemas);
this.crawler = new FSCrawler(analyzer);
this.accessCtrl = new AccessController();
FishEye.fisheyeInstance = this;
restartIncompleteCrawl();
}