Searched refs:cfgfile (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java60 public SettingsPersistence(String cfgfile) throws IOException { argument
69 if (cfgfile != null) {
70 propertyFile = new File(cfgfile);
H A DOpenGrokTrayApp.java50 private static String cfgfile; field in class:OpenGrokTrayApp
71 cfgfile = args[i];
78 OpenGrokTrayApp ogta = new OpenGrokTrayApp(cfgfile);
85 public OpenGrokTrayApp(String cfgfile) throws IOException { argument
86 settings = new SettingsPersistence(cfgfile);

Completed in 9 milliseconds