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

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java51 private File propertyFile; field in class:SettingsPersistence
70 propertyFile = new File(cfgfile);
71 try (FileInputStream is = new FileInputStream(propertyFile)) {

Completed in 7 milliseconds