public class SystemBootstrap
extends java.lang.Object
setLoader with your custom
implementation before calling into any other CEF classes which then in turn
will start triggering libraries to be loaded at runtime.| Modifier and Type | Class and Description |
|---|---|
static interface |
SystemBootstrap.Loader
Simple interface for how a library by name should be loaded.
|
| Constructor and Description |
|---|
SystemBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadLibrary(java.lang.String libname) |
static void |
setLoader(SystemBootstrap.Loader loader) |
public static void loadLibrary(java.lang.String libname)
public static void setLoader(SystemBootstrap.Loader loader)