Searched refs:writeConfig (Results 1 - 6 of 6) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DJMXConfiguration.java62 RuntimeEnvironment.writeConfig(file);
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java160 public static void writeConfig(File file) throws IOException { method in class:RuntimeEnvironment
170 public static void writeConfig(InetAddress host, int port) throws IOException { method in class:RuntimeEnvironment
182 protected void writeConfig() throws IOException { method in class:RuntimeEnvironment
183 writeConfig(configServerSocket.getInetAddress(),
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DSearchEngineTest.java81 RuntimeEnvironment.writeConfig(configFile);
H A DSearchTest.java81 RuntimeEnvironment.writeConfig(configFile);
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java63 RuntimeEnvironment.writeConfig(orgiginalConfig);
402 RuntimeEnvironment.getInstance().writeConfig();
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java721 RuntimeEnvironment.writeConfig(new File(configFilename));
853 RuntimeEnvironment.writeConfig(host, Integer.parseInt(cfg[1]));

Completed in 29 milliseconds