public class Configuration extends java.lang.Object
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static boolean |
autoProxy() |
static java.lang.String[] |
getOsgiBootDelegation() |
static boolean |
isCurrentLoaderEnabled() |
static boolean |
isLoaderEnabled(java.lang.Class cls) |
static boolean |
isLocalLoaderEnabled() |
static boolean |
isOsgiBootDelegationEnabled() |
static boolean |
isOsgiBootDelegationStrict() |
static boolean |
isParentLoaderEnabled() |
static boolean |
isSystemLoaderEnabled() |
static boolean |
isThreadContextLoaderEnabled() |
static boolean |
suppressCollisionException() |
static boolean |
suppressMissingResourceException() |
public Configuration()
public static boolean suppressCollisionException()
public static boolean suppressMissingResourceException()
public static boolean autoProxy()
public static boolean isLoaderEnabled(java.lang.Class cls)
public static boolean isSystemLoaderEnabled()
public static boolean isParentLoaderEnabled()
public static boolean isCurrentLoaderEnabled()
public static boolean isLocalLoaderEnabled()
public static boolean isThreadContextLoaderEnabled()
public static boolean isOsgiBootDelegationEnabled()
public static boolean isOsgiBootDelegationStrict()
public static java.lang.String[] getOsgiBootDelegation()