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

1234

/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/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/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/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/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/jaxp/src/org/xml/sax/helpers/
H A DParserFactory.java107 String className = ss.getSystemProperty("org.xml.sax.parser");
H A DSecuritySupport.java58 String getSystemProperty(final String propName) { method in class:SecuritySupport
H A DXMLReaderFactory.java140 className = ss.getSystemProperty(property);
/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/xalan/internal/
H A DXalanConstants.java129 String javaVersion = SecuritySupport.getSystemProperty("java.version");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java146 = (SecuritySupport.getSystemProperty(pIgnoreMissing) != null
147 || SecuritySupport.getSystemProperty(pFiles) != null);
342 String verbStr = SecuritySupport.getSystemProperty(pVerbosity);
477 String catalogList = SecuritySupport.getSystemProperty(pFiles);
562 String prefer = SecuritySupport.getSystemProperty(pPrefer);
621 String staticCatalog = SecuritySupport.getSystemProperty(pStatic);
752 String allow = SecuritySupport.getSystemProperty(pAllowPI);
808 String className = SecuritySupport.getSystemProperty(pClassname);
/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 DClassPath.java87 SecuritySupport.getSystemProperty("path.separator"));
164 class_path = SecuritySupport.getSystemProperty("java.class.path");
165 boot_path = SecuritySupport.getSystemProperty("sun.boot.class.path");
166 ext_path = SecuritySupport.getSystemProperty("java.ext.dirs");
H A DJavaWrapper.java83 String s = SecuritySupport.getSystemProperty("bcel.classloader");
/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/xalan/internal/xsltc/runtime/output/
H A DWriterOutputBuffer.java40 final String osName = SecuritySupport.getSystemProperty("os.name");
/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 DFactoryFinder.java74 String val = ss.getSystemProperty("jaxp.debug");
239 String systemProp = ss.getSystemProperty(factoryId);
257 configFile = ss.getSystemProperty("java.home") + File.separator +
266 configFile = ss.getSystemProperty("java.home") + File.separator +
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/com/sun/org/apache/xpath/internal/functions/
H A DFuncSystemProperty.java105 result = SecuritySupport.getSystemProperty(propName);
127 result = SecuritySupport.getSystemProperty(fullName);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactory.java68 list = SecuritySupport.getSystemProperty( FactoriesProperty );
/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DAccessorInjector.java43 Util.getSystemProperty(ClassTailor.class.getName()+".noOptimize")!=null;

Completed in 334 milliseconds

1234