Searched defs:xmlconfig (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java754 public static Configuration makeXMLStringAsConfiguration(String xmlconfig) throws IOException { argument
756 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());

Completed in 10 milliseconds