Searched refs:properties (Results 101 - 125 of 215) sorted by relevance

123456789

/openjdk7/jdk/make/sun/tools/
H A DMakefile66 $(JRUNSCRIPT_RESOURCEDIR)/messages.properties
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java88 * Default values for JMX configuration properties.
93 public static final String CONFIG_FILE_NAME = "management.properties";
104 * Names of JMX configuration properties.
213 properties = propertiesFromFile(accessFile);
234 if (properties.containsKey(p.getName())) {
261 private final Properties properties; field in class:ConnectorBootstrap.AccessFileCheckerAuthenticator
295 // Load a new management properties
473 // properties to the instrumentation buffer.
474 Map<String, String> properties = new HashMap<String, String>();
475 properties
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java112 private FinalArrayList<PropertyInfoImpl<T,C,F,M>> properties; field in class:ClassInfoImpl
289 if(properties!=null) return properties;
294 properties = new FinalArrayList<PropertyInfoImpl<T,C,F,M>>();
303 Collections.sort(properties);
307 for (PropertyInfoImpl p : properties) {
310 Collections.sort(properties,sorter);
318 for (PropertyInfoImpl p : properties) {
327 // can't have multiple value properties.
354 return properties;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java88 // Collect engine properties here:
102 // Collect argument properties here:
107 // Translate command line options to Pack200 properties:
182 // Deal with remaining non-engine properties:
269 jpack.properties().putAll(engProps);
270 junpack.properties().putAll(engProps);
522 Map<String,String> properties) {
523 //System.out.println(args+" // "+properties);
639 properties.remove(negopt);
640 properties
520 parseCommandOptions(List<String> args, String options, Map<String,String> properties) argument
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java53 * the properties, events, and methods supported by a target Java Bean.
119 // properties maps from String names to PropertyDescriptors
120 private Map properties; field in class:Introspector
138 * Introspect on a Java Bean and learn about all its properties, exposed
172 * Introspect on a Java bean and learn about all its properties, exposed
198 * Introspect on a Java bean and learn all about its properties, exposed
207 * methods/properties/events in the stopClass or in its baseclasses
218 * Introspect on a Java Bean and learn about all its properties,
230 * Any methods/properties/events in the {@code stopClass}
313 * of system properties
1459 private PropertyDescriptor[] properties; field in class:GenericBeanInfo
1464 GenericBeanInfo(BeanDescriptor beanDescriptor, EventSetDescriptor[] events, int defaultEvent, PropertyDescriptor[] properties, int defaultProperty, MethodDescriptor[] methods, BeanInfo targetBeanInfo) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DJAXPValidationMessages_fr.properties33 # @version $Id: JAXPValidationMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_de.properties34 # @version $Id: SAXMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_es.properties32 # @version $Id: XMLSchemaMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_it.properties32 # @version $Id: XMLSchemaMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_ko.properties32 # @version $Id: XMLSchemaMessages_ko.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_zh_CN.properties32 # @version $Id: XMLSchemaMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_zh_TW.properties32 # @version $Id: XMLSchemaMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_pt_BR.properties33 # @version $Id: XPointerMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_ko.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_ko.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_zh_CN.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m207 // 'Properties' key is a sub-dictionary transfered to initial System.properties
208 NSDictionary *properties = [jvmInfo objectForKey:@"Properties"];
209 if (properties != nil) {
210 if (![properties isKindOfClass:[NSDictionary class]]) {
214 [properties enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java180 * @param properties
185 public static Service create( URL wsdlDocumentLocation, QName serviceName, InitParams properties) { argument
188 INIT_PARAMS.set(properties);
/openjdk7/corba/make/sun/rmi/corbalogsources/
H A DMakefile59 LOGSTRINGS_PROPERTIES = LogStrings.properties
129 logresource.generate: $(LOG_GENDIRECTORY)/LogStrings.properties
131 $(LOG_GENDIRECTORY)/LogStrings.properties: \
141 $(CAT) $(LOG_GENDIRECTORY)/*.resource > $(LOG_GENDIRECTORY)/LogStrings.properties
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java103 private final List<CPropertyInfo> properties = new ArrayList<CPropertyInfo>(); field in class:CClassInfo
267 return properties;
279 for( CPropertyInfo p : properties )
369 properties.add(prop);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DPasswordFilePermissionTest.sh46 # management.properties
82 CONFIG=${LIBDIR}/management.properties
H A DSSLConfigFilePermissionTest.sh46 # management.properties
80 MGMT=${LIBDIR}/management.properties
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DEndpoint.java421 * @param properties The property bag associated with
424 public abstract void setProperties(Map<String,Object> properties); argument
/openjdk7/jdk/make/mksample/scripting/scriptpad/
H A DMakefile41 $(SAMPLE_DST_DIR)/build.properties \
/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java43 * Reads a properties file from standard input and writes an equivalent
44 * properties file without comments to standard output.
165 * Strip the properties filenames supplied, replacing their contents.
166 * @param args Names of properties files to process and replace contents
237 * Writes the content of <code>properties</code> to <code>out</code>.
245 private static void storeProperties(Properties properties, OutputStream out) argument
249 for (Enumeration e = properties.keys(); e.hasMoreElements();) {
251 String val = (String)properties.get(key);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DArguments.java72 Properties properties) throws InvalidArgument
77 // Get package prefixes from user's properties file.
79 packageFromProps (properties);
214 super.parseOtherArgs (otherArgs, properties);
71 parseOtherArgs(String[] args, Properties properties) argument

Completed in 121 milliseconds

123456789