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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1331 * @param xmlconfig serialized config to read.
1335 public static Configuration makeXMLStringAsConfiguration(String xmlconfig) argument
1339 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());

Completed in 12 milliseconds