类 DefaultBootstrapLauncherFactory
- java.lang.Object
-
- com.gitee.starblues.bootstrap.launcher.DefaultBootstrapLauncherFactory
-
- 所有已实现的接口:
BootstrapLauncherFactory
public class DefaultBootstrapLauncherFactory extends Object implements BootstrapLauncherFactory
默认的 BootstrapLauncher 创造工厂- 从以下版本开始:
- 3.0.4
- 版本:
- 3.1.0
- 作者:
- starBlues
-
-
方法详细资料
-
create
public BootstrapLauncher create(SpringPluginBootstrap bootstrap)
从接口复制的说明:BootstrapLauncherFactory创造 BootstrapLauncher- 指定者:
create在接口中BootstrapLauncherFactory- 参数:
bootstrap- SpringPluginBootstrap- 返回:
- BootstrapLauncher
-
-