103104105106107108109110
} public void selectConfig(String name) throws FileNotFoundException, InvalidConfigurationFileException, GenericConfigurationParsingException { activeConfig = new Configuration(name); activeConfig.load(cfgBasePath); }