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

/opengrok/src/org/opensolaris/opengrok/management/
H A DOGAgent.java175 private static void setIfNotSet(Properties props, String key, String val) { argument
176 if (!props.keySet().contains(key)) {
177 props.setProperty(key, val);
H A DManagementMBean.java102 * @param key name of key needed
105 public String getProperty(String key); argument
111 * @param key the String key for the property to be set.
113 * @param value what to set for the key
115 public void setProperty(String key, String value); argument
119 * @param key key of the property
122 public String getSystemProperty(String key); argument
130 setSystemProperty(String key, String value) argument
137 getSystemEnvProperty(String key) argument
[all...]
H A DManagement.java99 public String getProperty(String key) { argument
100 return ogaProperties.getProperty(key);
105 * @param key the String key for the property to be set.
109 public void setProperty(String key, String value) { argument
110 if (key == null) {
111 LOGGER.severe("Trying to set property with key == null");
114 ogaProperties.setProperty(key, value);
152 public String getSystemProperty(String key) { argument
153 return System.getProperty(key);
157 setSystemProperty(String key, String value) argument
170 getSystemEnvProperty(String key) argument
[all...]
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java103 public String getProperty(String key) { argument
104 return ogcProperties.getProperty(key);
107 public void setProperty(String key, String val) { argument
108 ogcProperties.setProperty(key, val);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
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/src/org/opensolaris/opengrok/web/
H A DUtil.java681 * @param key the name of the parameter to add. Append as is!
687 public static void appendQuery(StringBuilder buf, String key, argument
691 buf.append("&").append(key).append('=').append(URIEncode(value));
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jar ... .lang.Object, java.lang.StringBuffer) String key Object value StringBuffer sb public java.lang.String ...
/opengrok/lib/
H A Djson-simple-1.1.1.jar ... .lang.Object, java.lang.StringBuffer) String key Object value StringBuffer sb public java.lang.String ...
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-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java221 * @param key name of the query
224 private static String getQuery(String key) { argument
225 return QUERIES.getProperty(key);
1224 * Return the integer key generated by the previous execution of a
1225 * statement. The key should be a single INTEGER, and the statement should
1226 * insert exactly one row, so there should be only one key.
1229 * @return the integer key for the newly inserted row, or {@code null} if
1230 * there is no key
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...

Completed in 37 milliseconds