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

/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java273 public static Message makeXMLStringAsMessage(String xmlconfig) throws IOException { argument
275 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java951 public static Configuration makeXMLStringAsConfiguration(String xmlconfig) throws IOException { argument
953 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());

Completed in 11 milliseconds