接口 BootstrapLauncherFactory
-
- 所有已知实现类:
DefaultBootstrapLauncherFactory
public interface BootstrapLauncherFactoryBootstrapLauncher 创造工厂- 从以下版本开始:
- 3.0.4
- 版本:
- 3.1.0
- 作者:
- starBlues
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 BootstrapLaunchercreate(SpringPluginBootstrap bootstrap)创造 BootstrapLauncher
-
-
-
方法详细资料
-
create
BootstrapLauncher create(SpringPluginBootstrap bootstrap)
创造 BootstrapLauncher- 参数:
bootstrap- SpringPluginBootstrap- 返回:
- BootstrapLauncher
-
-