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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DOGAgent.java71 private static boolean loadProperties(File file, InputStream in, Properties props) { method in class:OGAgent
82 log.log(Level.FINE, "loadProperties", e);
100 boolean success = loadProperties(null,
105 success = loadProperties(file, null, props);
118 success = loadProperties(file, null, props);

Completed in 7 milliseconds