if(logger.isDebugEnabled()) {
logger.debug("Installing E3 on all topology targets ...");
}
Installer installer = new Installer(srcConfigFile.getAbsolutePath(), tmpTopology, springContextBootstrapper);
installer.deploy(warnings);
if(logger.isDebugEnabled()) {
logger.debug("Installation of all topology targets done.");
logger.debug("Copying configFile and topologyFile to home user ...");
}