public class ArkLauncher extends BaseExecutableArchiveLauncher
AbstractLauncher for JAR based archives. This launcher assumes that dependency jars are
included inside a /SOFA-ARK/container/lib directory and that application fat jar
are included inside a /SOFA-ARK/biz/ directory and that ark plugin fat jar are included
inside a /SOFA-ARK/plugin/ directory| Modifier and Type | Field and Description |
|---|---|
String |
SOFA_ARK_MAIN |
| Constructor and Description |
|---|
ArkLauncher() |
ArkLauncher(ExecutableArchive executableArchive) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getMainClass()
Returns the main class that should be launched.
|
static void |
main(String[] args) |
createArchive, getExecutableArchivecreateContainerClassLoader, createContainerClassLoader, createMainMethodRunner, getContainerArchive, launch, launch, launch, launchpublic final String SOFA_ARK_MAIN
public ArkLauncher()
public ArkLauncher(ExecutableArchive executableArchive)
protected String getMainClass()
AbstractLaunchergetMainClass in class AbstractLauncherCopyright © 2024. All rights reserved.