public class StartupActionImpl extends Object implements StartupAction
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
DEBUG_CLASSES_DIR |
| Constructor and Description |
|---|
StartupActionImpl(CuratedApplication curatedApplication,
BuildResult buildResult) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
RunningQuarkusApplication |
run(String... args)
Runs the application, and returns a handle that can be used to shut it down.
|
static final String DEBUG_CLASSES_DIR
public StartupActionImpl(CuratedApplication curatedApplication, BuildResult buildResult)
public RunningQuarkusApplication run(String... args) throws Exception
run in interface StartupActionExceptionpublic ClassLoader getClassLoader()
getClassLoader in interface StartupActionCopyright © 2020 JBoss by Red Hat. All rights reserved.