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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java61 public SettingsPersistence(String cfgfile) throws IOException { argument
74 if (cfgfile != null) {
75 propertyFile = new File(cfgfile);
H A DOpenGrokTrayApp.java47 private static String cfgfile; field in class:OpenGrokTrayApp
69 cfgfile = args[i];
76 OpenGrokTrayApp ogta = new OpenGrokTrayApp(cfgfile);
83 public OpenGrokTrayApp(String cfgfile) throws IOException { argument
84 settings = new SettingsPersistence(cfgfile);

Completed in 88 milliseconds