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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DOGAgent.java64 Properties props; field in class:OGAgent
71 private static boolean loadProperties(File file, InputStream in, Properties props) { argument
78 props.load(stream);
98 Properties props = new Properties();
101 OGAgent.class.getResourceAsStream("oga.properties"), props);
105 success = loadProperties(file, null, props);
109 props.putAll(System.getProperties());
114 props.setProperty("agent", args[i].substring("--agent=".length()));
118 success = loadProperties(file, null, props);
130 uri = new URI(props
182 OGAgent(Properties props) argument
189 setIfNotSet(Properties props, String key, String val) argument
288 createLogger(Properties props) argument
[all...]

Completed in 19 milliseconds