Search Results
OK to copy?
Examples 1 through 8 of
8 (0.0010 seconds)
Class:
org.springframework.beans.propertyeditors.PropertiesEditor
©,
Rating:
0% of 0,
C1
Class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactory ©, Rating: 0% of 0, C3
Class: com.technoetic.xplanner.db.hibernate.TransformingSchemaExport ©, Rating: 0% of 0, C3
Class: com.technoetic.xplanner.db.hibernate.TransformingSchemaExport ©, Rating: 0% of 0, C3
Class: org.springframework.ui.velocity.VelocityEngineFactory ©, Rating: 0% of 0, C3
Class: org.springframework.context.support.ReloadableResourceBundleMessageSource ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.CommandlineJava ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.CommandlineJava ©, Rating: 0% of 0, C1
70 if (!(value instanceof Properties) && value instanceof Map) {
71 Properties props = new Properties();
72 props.putAll((Map) value);
73 super.setValue(props);
74 }
Class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactory ©, Rating: 0% of 0, C3
181 // Merge local properties if set.
182 if (this.freemarkerSettings != null) {
183 props.putAll(this.freemarkerSettings);
184 }
185
Class: com.technoetic.xplanner.db.hibernate.TransformingSchemaExport ©, Rating: 0% of 0, C3
099 Properties props = new Properties();
100 props.putAll(dialect.getDefaultProperties());
101 props.putAll(connectionProperties);
102
103 try {
Class: com.technoetic.xplanner.db.hibernate.TransformingSchemaExport ©, Rating: 0% of 0, C3
098
099 Properties props = new Properties();
100 props.putAll(dialect.getDefaultProperties());
101 props.putAll(connectionProperties);
102
Class: org.springframework.ui.velocity.VelocityEngineFactory ©, Rating: 0% of 0, C3
213 // Merge local properties if set.
214 if (!this.velocityProperties.isEmpty()) {
215 props.putAll(this.velocityProperties);
216 }
217
Class: org.springframework.context.support.ReloadableResourceBundleMessageSource ©, Rating: 0% of 0, C2
289 PropertiesHolder propHolder = getProperties(filename);
290 if (propHolder.getProperties() != null) {
291 mergedProps.putAll(propHolder.getProperties());
292 }
293 }
Class: org.apache.tools.ant.types.CommandlineJava ©, Rating: 0% of 0, C1
193 e.hasMoreElements();) {
194 PropertySet ps = (PropertySet) e.nextElement();
195 p.putAll(ps.getProperties());
196 }
197 return p;
Class: org.apache.tools.ant.types.CommandlineJava ©, Rating: 0% of 0, C1
132 p.put(o, sys.get(o));
133 }
134 p.putAll(mergePropertySets());
135 for (Enumeration e = variables.elements(); e.hasMoreElements();) {
136 Environment.Variable v = (Environment.Variable) e.nextElement();
Result Page:
1