Searched refs:xmlconfig (Results 1 - 3 of 3) 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());
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java131 String xmlconfig = (String)con.getMBeanServerConnection().getAttribute(this.configObjectName, "Configuration");
132 config = Configuration.makeXMLStringAsConfiguration(xmlconfig);

Completed in 15 milliseconds