graphScanner.basePath = graphSourceFactory.basePath;
if (params.routerIds.size() > 0) {
graphScanner.defaultRouterId = params.routerIds.get(0);
}
graphScanner.autoRegister = params.routerIds;
graphScanner.startup();
}
}
/** Return the cached, shared GraphService, making one as needed. */
public GraphService getGraphService () {