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

/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DManagementMBean.java103 public String getProperty(String key); argument
109 * @param key the String key for the property to be set.
112 public void setProperty(String key, String value); argument
118 public String getSystemProperty(String key); argument
122 * @param key the String key for the property to be set.
125 public void setSystemProperty(String key, String value); argument
131 public String getSystemEnvProperty(String key); argument
H A DManagement.java96 public String getProperty(String key) { argument
97 return ogaProperties.getProperty(key);
102 * @param key the String key for the property to be set.
105 public void setProperty(String key, String value) { argument
106 if (key == null) {
107 log.severe("Trying to set property with key == null");
110 ogaProperties.setProperty(key, value);
142 public String getSystemProperty(String key) { argument
143 return System.getProperty(key);
146 setSystemProperty(String key, String value) argument
158 getSystemEnvProperty(String key) argument
[all...]
H A DOGAgent.java178 private static void setIfNotSet(Properties props, String key, String val) { argument
179 if (!props.keySet().contains(key)) {
180 props.setProperty(key, val);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPhrases.java82 String key = i.next().toString();
83 String value = get(key).toString();
84 s.append(key.toString());
H A DArchiveParser.jj328 { String key;
332 { key = id()
336 { if (map != null) map.put(key, values.toString()); }
H A DArchiveParser.java296 String key;
299 key = id();
315 if (map != null) map.put(key, values.toString());
H A DArchive.java439 * Each phrase has a key and a list of values associated with it.
440 * @param key The phrases key.
441 * @param values The values under the key.
443 public void addPhrase(String key, Collection values) argument
445 phrases.put(key, values);
/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java112 public String getProperty(String key) { argument
113 return ogcProperties.getProperty(key);
116 public void setProperty(String key, String val) { argument
117 ogcProperties.setProperty(key, val);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DCVSHistoryParser.java113 String key = keyVal[0].trim();
116 if ("date".equals(key)) {
123 } else if ("author".equals(key)) {
H A DJDBCHistoryCache.java179 * @param key name of the query
182 private static String getQuery(String key) { argument
183 return QUERIES.getProperty(key);
1150 * Return the integer key generated by the previous execution of a
1151 * statement. The key should be a single INTEGER, and the statement
1152 * should insert exactly one row, so there should be only one key.
1154 * @return the integer key for the newly inserted row, or {@code null}
1155 * if there is no key
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java428 Object key = f.get(null);
429 if (key != null) {
431 System.getProperty(key.toString()));
/opengrok-sun/lib/
H A Dswing-layout-0.9.jar ... .jdesktop.layout.AquaLayoutStyle$ComponentInsets componentInsets String key int subindex int j int keys java.awt. ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...

Completed in 119 milliseconds