187188189190191192193194
/* Read group config if available. */ String cfgGroupPath = cmdLine_.getGroupConfigPath(); cfgGroup_ = null; if ((new File(cfgGroupPath)).isFile()) { cfgGroup_ = new ConfigGroup(cfgGroupPath, profAllVm_); } }