Searched refs:_properties (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/ |
| H A D | ModelObject.java | 61 if (_properties == null) { 64 return _properties.get(key); 73 if (_properties == null) { 74 _properties = new HashMap(); 76 _properties.put(key, value); 80 if (_properties != null) { 81 _properties.remove(key); 86 if (_properties == null) { 89 return _properties.keySet().iterator(); 98 return _properties; 114 private Map _properties; field in class:ModelObject [all...] |
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/ |
| H A D | Entity.java | 57 if (_properties == null) 59 return _properties.get(key); 68 if (_properties == null) { 69 _properties = new HashMap(); 71 _properties.put(key, value); 75 if (_properties != null) { 76 _properties.remove(key); 104 private Map _properties; field in class:Entity
|
| /openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/ |
| H A D | ResourceResolverSpi.java | 43 /** Field _properties */ 44 protected java.util.Map<String,String> _properties = null; field in class:ResourceResolverSpi 67 if (_properties==null) { 68 _properties=new HashMap<String,String>(); 70 this._properties.put(key, value); 80 if (_properties==null) { 83 return this._properties.get(key); 92 if (_properties==null) { 93 _properties=new HashMap<String,String>(); 95 this._properties [all...] |
| /openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/ |
| H A D | KeyResolverSpi.java | 179 /** Field _properties */ 180 protected java.util.Map _properties = null; field in class:KeyResolverSpi 191 if (_properties==null) 192 _properties=new HashMap(); 193 this._properties.put(key, value); 203 if (_properties==null) 206 return (String) this._properties.get(key); 216 if (_properties==null) 219 return this._properties.get(propertyToTest)!=null;
|
| /openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/ |
| H A D | TransformerImpl.java | 151 private Properties _properties, _propertiesClone; field in class:TransformerImpl 261 // _properties.put(OutputKeys.METHOD, "xml"); 268 _properties = createOutputProperties(outputProperties); 269 _propertiesClone = (Properties) _properties.clone(); 381 _method = (String) _properties.get(OutputKeys.METHOD); 384 _encoding = (String) _properties.getProperty(OutputKeys.ENCODING); 861 return (Properties) _properties.clone(); 880 return _properties.getProperty(name); 905 _properties.setProperty(name, properties.getProperty(name)); 914 _properties [all...] |
| /openjdk7/langtools/test/tools/javac/T5090006/ |
| H A D | broken.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ... |
Completed in 115 milliseconds