类 CabinClasspathLauncher
- java.lang.Object
-
- io.esastack.cabin.support.boot.launcher.AbstractLauncher
-
- io.esastack.cabin.support.bootstrap.CabinClasspathLauncher
-
public class CabinClasspathLauncher extends AbstractLauncher
Start the cabin container in IED environment, collecting cabin core jars, lib module urls and biz urls from SystemClassLoader classpath.
-
-
字段概要
-
从类继承的字段 io.esastack.cabin.support.boot.launcher.AbstractLauncher
agentUrls, arguments
-
-
构造器概要
构造器 构造器 说明 CabinClasspathLauncher(String mainClass, URL[] urls)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected ObjectcreateCabinContainer(Class<?> cabinContainerClass)protected StringfindAppMainClass()protected ArchivefindContainerArchive()protected booleanlazyLoadExportClass()-
从类继承的方法 io.esastack.cabin.support.boot.launcher.AbstractLauncher
findAppMainMethod, findJavaAgentUrls, invokeStart, launch
-
-
-
-
方法详细资料
-
createCabinContainer
protected Object createCabinContainer(Class<?> cabinContainerClass) throws Exception
- 指定者:
createCabinContainer在类中AbstractLauncher- 抛出:
Exception
-
findAppMainClass
protected String findAppMainClass()
- 指定者:
findAppMainClass在类中AbstractLauncher
-
findContainerArchive
protected Archive findContainerArchive() throws Exception
- 指定者:
findContainerArchive在类中AbstractLauncher- 抛出:
Exception
-
lazyLoadExportClass
protected boolean lazyLoadExportClass()
- 覆盖:
lazyLoadExportClass在类中AbstractLauncher
-
-