979899100101102103104
*/ private void loadConf(InputStream xmlIN) { if (xmlIN == null) { throw new IllegalArgumentException("Cannot parse feature stream"); } this.featuresMap = new FeatureXmlParser().parseConfigurationFile(xmlIN); buildGroupsFromFeatures(); }