public final class StaticProperty
extends java.lang.Object
System.setProperty(java.lang.String, java.lang.String) or System.getProperties() is ignored.
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in these access methods. The caller of these methods should take care to ensure
that the returned property is not made accessible to untrusted code.| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
fileEncoding()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
javaHome()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
javaIoTmpDir()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
javaLibraryPath()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
javaPropertiesDate()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
jdkSerialFilter()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
jdkSerialFilterFactory()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
sunBootLibraryPath()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
userDir()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
userHome()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
static java.lang.String |
userName()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. |
public static java.lang.String javaHome()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String userHome()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String userDir()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String userName()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String javaLibraryPath()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String javaIoTmpDir()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String sunBootLibraryPath()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String jdkSerialFilter()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String jdkSerialFilterFactory()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String fileEncoding()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method. The caller of this method should take care to ensure
that the returned property is not made accessible to untrusted code.public static java.lang.String javaPropertiesDate()
SecurityManager.checkPropertyAccess(java.lang.String) is NOT checked
in this method.