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

1234

/openjdk9/jaxws/src/jdk.xml.bind/share/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 );
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jaxp/library/
H A DFilePolicy.java25 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
41 String userdir = getSystemProperty("user.dir");
H A DBasePolicy.java72 final String runSecMngr = JAXPTestUtilities.getSystemProperty("runSecMngr");
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug6506304Test.java26 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
48 if (getSystemProperty("os.name").indexOf("Windows") > -1) {
H A DBug8003147Test.java36 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
66 String classfile = getSystemProperty("test.classes") + "/parsers/Bug8003147TestClass.class";
93 }, new FilePermission(getSystemProperty("test.classes") + "/-", "read,write"));
/openjdk9/hotspot/test/runtime/ThreadSignalMask/
H A DThreadSignalMask.java48 String testClasses = getSystemProperty("test.classes");
50 String testNativePath = getSystemProperty("test.nativepath");
52 String testJdk = getSystemProperty("test.jdk");
111 private static String getSystemProperty(String propertyName) throws Error { method in class:ThreadSignalMask
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/
H A DUtil.java53 public static String getSystemProperty(String name) { method in class:Util
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DGetORBPropertiesFileAction.java54 private String getSystemProperty(final String name) { method in class:GetORBPropertiesFileAction
93 String javaHome = getSystemProperty( "java.home" ) ;
101 String userHome = getSystemProperty( "user.home" ) ;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/
H A DXMLSecurityPropertyManager.java195 getSystemProperty(Property.ACCESS_EXTERNAL_DTD,
197 getSystemProperty(Property.ACCESS_EXTERNAL_SCHEMA,
207 private void getSystemProperty(Property property, String systemProperty) { method in class:XMLSecurityPropertyManager
209 String value = SecuritySupport.getSystemProperty(systemProperty);
/openjdk9/jaxp/src/java.xml/share/classes/org/xml/sax/helpers/
H A DParserFactory.java107 String className = ss.getSystemProperty("org.xml.sax.parser");
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/
H A DSAAJUtil.java46 public static String getSystemProperty(String arg) { method in class:SAAJUtil
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/
H A DXMLSecurityPropertyManager.java96 getSystemProperty(Property.ACCESS_EXTERNAL_DTD,
98 getSystemProperty(Property.ACCESS_EXTERNAL_STYLESHEET,
/openjdk9/jaxp/src/java.xml/share/classes/jdk/xml/internal/
H A DSecuritySupport.java79 public static String getSystemProperty(final String propName) { method in class:SecuritySupport
116 String value = getSystemProperty(propName);
136 String configFile = getSystemProperty("java.home") + File.separator
H A DJdkXmlFeatures.java352 getSystemProperty(feature, feature.systemProperty());
353 if (!getSystemProperty(feature, feature.systemProperty())) {
358 getSystemProperty(feature, oldName);
371 private boolean getSystemProperty(XmlFeature feature, String sysPropertyName) { method in class:JdkXmlFeatures
373 String value = SecuritySupport.getSystemProperty(sysPropertyName);
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/stream/
H A DFactoryFindTest.java26 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
68 if (getSystemProperty(FACTORY_KEY) != null) {
73 String configFile = getSystemProperty("java.home") + File.separator + "lib" + File.separator + "stax.properties";
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/datatype/
H A DSecuritySupport.java54 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/parsers/
H A DSecuritySupport.java58 String getSystemProperty(final String propName) { method in class:SecuritySupport
H A DFactoryFinder.java75 String val = ss.getSystemProperty("jaxp.debug");
229 String systemProp = ss.getSystemProperty(factoryId);
244 String configFile = ss.getSystemProperty("java.home") + File.separator +
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/transform/
H A DSecuritySupport.java56 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DSecuritySupport.java52 String getSystemProperty(final String propName) { method in class:SecuritySupport
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DCR6551600Test.java26 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
59 boolean isWindows = getSystemProperty("os.name").contains("Windows");
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java145 = (SecuritySupport.getSystemProperty(pIgnoreMissing) != null
146 || SecuritySupport.getSystemProperty(pFiles) != null);
257 String verbStr = SecuritySupport.getSystemProperty(pVerbosity);
363 String verbStr = SecuritySupport.getSystemProperty(pVerbosity);
498 String catalogList = SecuritySupport.getSystemProperty(pFiles);
583 String prefer = SecuritySupport.getSystemProperty(pPrefer);
642 String staticCatalog = SecuritySupport.getSystemProperty(pStatic);
773 String allow = SecuritySupport.getSystemProperty(pAllowPI);
829 String className = SecuritySupport.getSystemProperty(pClassname);
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/
H A DPortableRemoteObject.java242 private String getSystemProperty(final String name) { method in class:GetORBPropertiesFileAction
281 String javaHome = getSystemProperty( "java.home" ) ;
289 String userHome = getSystemProperty( "user.home" ) ;
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/stream/XMLOutputFactoryTest/
H A DStreamResultTest.java26 import static jaxp.library.JAXPTestUtilities.getSystemProperty;
96 if (getSystemProperty("file.encoding").equals("UTF-8")) {
125 if (getSystemProperty("file.encoding").equals("UTF-8")) {
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogFeatures.java604 getSystemProperty(cf, cf.getPropertyName());
614 private boolean getSystemProperty(Feature cf, String sysPropertyName) { method in class:CatalogFeatures
616 String value = SecuritySupport.getSystemProperty(sysPropertyName);

Completed in 201 milliseconds

1234