Searched defs:getSystemProperty (Results 1 - 25 of 25) sorted by relevance

/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DGetORBPropertiesFileAction.java55 private String getSystemProperty(final String name) { method in class:GetORBPropertiesFileAction
94 String javaHome = getSystemProperty( "java.home" ) ;
102 String userHome = getSystemProperty( "user.home" ) ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DUtil.java54 public static String getSystemProperty(String name) { method in class:Util
/openjdk7/jaxp/src/javax/xml/datatype/
H A DSecuritySupport.java56 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSecuritySupport.java60 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/javax/xml/stream/
H A DSecuritySupport.java60 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/javax/xml/transform/
H A DSecuritySupport.java58 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DSecuritySupport.java58 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DUtil.java45 public static String getSystemProperty( String name ) { method in class:Util
70 * Calls the other getSystemProperty method with
73 public static String getSystemProperty( Class clazz, String name ) { method in class:Util
74 return getSystemProperty( clazz.getName()+'.'+name );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DSAAJUtil.java44 public static String getSystemProperty(String arg) { method in class:SAAJUtil
/openjdk7/jaxp/src/javax/xml/validation/
H A DSecuritySupport.java60 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/javax/xml/xpath/
H A DSecuritySupport.java57 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetProvider.java69 String val = getSystemProperty(ROWSET_DEBUG_PROPERTY);
127 factoryClassName = getSystemProperty(ROWSET_FACTORY_NAME);
284 static private String getSystemProperty(final String propName) { method in class:RowSetProvider
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSecurityManager.java184 String value = getSystemProperty(Constants.ENTITY_EXPANSION_LIMIT);
195 String value = getSystemProperty(Constants.MAX_OCCUR_LIMIT);
206 String value = getSystemProperty(Constants.SYSTEM_PROPERTY_ELEMENT_ATTRIBUTE_LIMIT);
219 private String getSystemProperty(final String propName) { method in class:SecurityManager
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DSecuritySupport.java92 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSecuritySupport.java92 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/org/w3c/dom/bootstrap/
H A DDOMImplementationRegistry.java154 String p = getSystemProperty(PROPERTY);
384 private static String getSystemProperty(final String name) { method in class:DOMImplementationRegistry
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java243 private String getSystemProperty(final String name) { method in class:GetORBPropertiesFileAction
282 String javaHome = getSystemProperty( "java.home" ) ;
290 String userHome = getSystemProperty( "user.home" ) ;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSecuritySupport.java97 public static String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DSecuritySupport.java102 public static String getSystemProperty(final String propName) { method in class:SecuritySupport
110 public static String getSystemProperty(final String propName, final String def) { method in class:SecuritySupport
282 String accessExternal = SecuritySupport.getSystemProperty(sysPropertyId);
306 String configFile = getSystemProperty("java.home") + File.separator +
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DSecuritySupport.java98 public static String getSystemProperty(final String propName) { method in class:SecuritySupport
276 String accessExternal = SecuritySupport.getSystemProperty(sysPropertyId);
300 String configFile = getSystemProperty("java.home") + File.separator +
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java283 return getSystemProperty(name);
359 private static String getSystemProperty(final String name) method in class:DataCollectorBase
430 String javaHome = getSystemProperty( "java.home" ) ;
438 String userHome = getSystemProperty( "user.home" ) ;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java132 String osName = getSystemProperty("os.name");
354 private String getSystemProperty(String key) { method in class:NimbusLookAndFeel
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java196 private static String getSystemProperty(final String name) { method in class:ORB
294 String className = getSystemProperty(ORBSingletonClassKey);
347 className = getSystemProperty(ORBClassKey);
375 className = getSystemProperty(ORBClassKey);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java842 public String getSystemProperty(String key) { method in class:VM
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c829 getSystemProperty(const char *name, char **value) function

Completed in 251 milliseconds