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.
(通过提供不同的实现来允许定制System.load()调用。在调用任何其他CEF类之前,您需要使用自定义实现调用setLoader,然后再依次触发运行时加载库。)
限定符和类型 | 类和说明 |
---|---|
static interface |
SystemBootstrap.Loader
Simple interface for how a library by name should be loaded.
(简单的界面,用于按名称加载库。)
|
构造器和说明 |
---|
SystemBootstrap() |
限定符和类型 | 方法和说明 |
---|---|
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)