|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.util.java.VMOptions
VMOptions
Constructor Summary | |
VMOptions()
|
Method Summary | |
static java.lang.String |
getSystemProperty(java.lang.String name)
Return the system property associated with the specified name. |
static java.lang.String |
getSystemProperty(java.lang.String name,
java.lang.String defaultValue)
Return the system property associated with the specified name. |
static java.lang.String |
getUTF8()
|
static boolean |
supportsCauseOnThrowable()
This is a 1.4 feature. |
static boolean |
supportsContextClassLoader()
|
static boolean |
supportsGetHeaders(java.lang.Object httpServletRequest)
|
static boolean |
supportsGetParent()
|
static boolean |
supportsNewClassLoaders()
|
static boolean |
supportsProxyGeneration()
|
static boolean |
supportsReflectionToPrivates()
|
static boolean |
supportsRuntimeAvailableProcessors()
|
static boolean |
supportsSSL()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VMOptions()
Method Detail |
public static boolean supportsCauseOnThrowable()
public static boolean supportsContextClassLoader()
public static boolean supportsGetParent()
public static boolean supportsNewClassLoaders()
public static boolean supportsProxyGeneration()
public static boolean supportsReflectionToPrivates()
public static boolean supportsRuntimeAvailableProcessors()
public static java.lang.String getUTF8()
public static boolean supportsSSL()
public static boolean supportsGetHeaders(java.lang.Object httpServletRequest)
httpServletRequest
- an HttpServletResposne
public static java.lang.String getSystemProperty(java.lang.String name)
name
- The name of the system property.public static java.lang.String getSystemProperty(java.lang.String name, java.lang.String defaultValue)
name
- The name of the system property.defaultValue
- The default value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |