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

/opengrok/src/org/opensolaris/opengrok/management/
H A DOGAgent.java66 Properties props; field in class:OGAgent
72 private static boolean loadProperties(File file, InputStream in, Properties props) { argument
76 props.load(stream);
89 Properties props = new Properties();
91 boolean success = loadProperties(null, OGAgent.class.getResourceAsStream("oga.properties"), props);
95 success = loadProperties(file, null, props);
99 props.putAll(System.getProperties());
104 props.setProperty("agent", args[i].substring("--agent=".length()));
108 success = loadProperties(file, null, props);
119 uri = new URI(props
168 OGAgent(Properties props) argument
175 setIfNotSet(Properties props, String key, String val) argument
270 createLogger(Properties props) argument
[all...]

Completed in 8 milliseconds