Searched refs:properties (Results 26 - 50 of 215) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DContextFactory.java66 public static JAXBContext createContext( Class[] classes, Map<String,Object> properties ) throws JAXBException {
67 // fool-proof check, and copy the map to make it easier to find unrecognized properties.
68 if(properties==null)
69 properties = Collections.emptyMap();
71 properties = new HashMap<String,Object>(properties);
73 String defaultNsUri = getPropertyValue(properties,JAXBRIContext.DEFAULT_NAMESPACE_REMAP,String.class);
75 Boolean c14nSupport = getPropertyValue(properties,JAXBRIContext.CANONICALIZATION_SUPPORT,Boolean.class);
79 Boolean allNillable = getPropertyValue(properties,JAXBRIContext.TREAT_EVERYTHING_NILLABLE,Boolean.class);
83 Boolean retainPropertyInfo = getPropertyValue(properties, JAXBRIContex
136 getPropertyValue(Map<String, Object> properties, String keyName, Class<T> type ) argument
[all...]
/openjdk7/jdk/make/com/sun/java/pack/prop/
H A DMakefile27 # Makefile for building intrinsic.properties for Pack200
36 OTHER_PROPERTIES = $(PKGDIR)/intrinsic.properties
/openjdk7/jdk/make/com/sun/jndi/cosnaming/
H A DMakefile38 OTHER_PROPERTIES = $(PKGDIR)/jndiprovider.properties
/openjdk7/jdk/make/com/sun/jndi/ldap/
H A DMakefile38 OTHER_PROPERTIES = $(PKGDIR)/jndiprovider.properties
/openjdk7/jdk/make/com/sun/rowset/
H A DMakefile44 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/RowSetResourceBundle.properties
/openjdk7/jdk/make/javax/accessibility/
H A DMakefile42 com/sun/accessibility/internal/resources/accessibility.properties
/openjdk7/jdk/make/javax/sql/
H A DMakefile43 OTHER_PROPERTIES = $(PKGDIR)/rowset/rowset.properties
/openjdk7/jdk/make/sun/jar/
H A DMakefile51 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/tools/jar/resources/jar.properties
/openjdk7/jdk/make/sun/launcher/
H A DMakefile40 RESOURCE_BUNDLES_COMPILED_PROPERTIES = $(PKGDIR)/resources/launcher.properties
/openjdk7/jdk/make/sun/rmi/rmic/
H A DMakefile53 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/rmic.properties
/openjdk7/jdk/make/sun/serialver/
H A DMakefile52 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/serialver.properties
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java50 * In addition to the encoding, the audio format includes other properties that further specify the exact
70 * properties. A property is a pair of key and value: the key
76 * to and from the service providers. Therefore, properties
81 * properties, depending on the respective service provider
84 * <p>The following table lists some common properties which
113 * properties in third party plugins, and follow the same
165 /** The set of properties */
166 private HashMap<String, Object> properties; field in class:AudioFormat
194 this.properties = null;
213 * @param properties
218 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String, Object> properties) argument
398 public Map<String,Object> properties() { method in class:AudioFormat
[all...]
/openjdk7/jdk/test/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java86 return properties;
89 this.properties = map;
94 private Map<String,String> properties; field in class:SetWrongTypeAttributeTest.BlahBase
121 return properties;
124 this.properties = map;
129 private Map<String,String> properties; field in class:SetWrongTypeAttributeTest.StdBlah
152 return properties;
155 this.properties = map;
160 private Map<String,String> properties; field in class:SetWrongTypeAttributeTest.StdMXBlah
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.sh39 -Dcom.sun.management.config.file=${TESTSRC}/rmiregistry.properties \
49 -Dcom.sun.management.config.file=${TESTSRC}/rmiregistryssl.properties \
63 -Dcom.sun.management.config.file=${TESTSRC}/rmiregistryssl.properties \
/openjdk7/jdk/make/sun/jconsole/
H A DFILES.gmk49 sun/tools/jconsole/resources/messages.properties \
50 sun/tools/jconsole/resources/messages_ja.properties \
51 sun/tools/jconsole/resources/messages_zh_CN.properties
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_fr.properties33 # @version $Id: DatatypeMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_fr.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DMissingResourceCauseTest.sh43 # Create an unreadble properties file
45 UNREADABLE=UnreadableRB.properties
/openjdk7/jdk/make/sun/org/mozilla/javascript/
H A DMakefile41 $(RESOURCEDIR)/Messages.properties \
42 $(RESOURCEDIR)/Messages_fr.properties
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DContextFinder.java128 Map properties )
132 return newInstance(contextPath, spFactory, classLoader, properties);
155 Map properties )
172 context = m.invoke(null,contextPath,classLoader,properties);
178 // try the old method that doesn't take properties. compatible with 1.0.
220 Map properties,
235 return newInstance(classes, properties, spi);
239 Map properties,
248 Object context = m.invoke(null, classes, properties);
267 static JAXBContext find(String factoryId, String contextPath, ClassLoader classLoader, Map properties ) throw
218 newInstance( Class[] classes, Map properties, String className) argument
238 newInstance(Class[] classes, Map properties, Class spFactory) argument
[all...]
H A DJAXBContext.java67 * public static JAXBContext createContext( String contextPath, ClassLoader classLoader, Map&lt;String,Object> properties ) throws JAXBException
68 * public static JAXBContext createContext( Class[] classes, Map&lt;String,Object> properties ) throws JAXBException
74 * classes. JAXB Providers must generate a <tt>jaxb.properties</tt> file in
219 * <tt>jaxb.properties</tt> file is looked up in its package, by using the associated classloader &mdash;
357 * has a <tt>jaxb.properties</tt> file which contains a value for the
403 * but this version allows you to pass in provider-specific properties to configure
407 * The interpretation of properties is up to implementations. Implementations should
408 * throw <tt>JAXBException</tt> if it finds properties that it doesn't understand.
413 * @param properties
414 * provider-specific properties
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DClientPropertyApplicator.java34 private final Map<String, Property<N>> properties = new HashMap<String, Property<N>>(); field in class:ClientPropertyApplicator
38 properties.put(p.name, p);
43 final Property<N> property = properties.get(propName);
56 final Set<String> propNames = properties.keySet();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/
H A DJAXBContextFactory.java81 public static JAXBContext createContext( Class[] classes, Map properties ) throws JAXBException {
127 return JAXBContext.newInstance(r,properties);
135 ClassLoader classLoader, Map properties ) throws JAXBException {
154 return JAXBContext.newInstance(classes.toArray(new Class[classes.size()]),properties);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DPropertiesSheet.java39 public static void initializeSheet(final Properties properties, Sheet s) { argument
43 for (final Property p : properties) {
63 properties.setProperty(p.getName(), arg0);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJDK13Services.java63 /** Filename of the properties file for default provider properties.
67 private static final String PROPERTIES_FILENAME = "sound.properties";
81 /** Properties loaded from the properties file for default provider
82 properties.
84 private static Properties properties; field in class:JDK13Services
211 /** Obtain a properties bundle containing property values from the
212 properties file. If the properties file could not be loaded,
213 the properties bundl
[all...]

Completed in 110 milliseconds

123456789