public class DevModeMain extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
(package private) static Throwable |
compileProblem |
(package private) static Throwable |
deploymentProblem |
static String |
DEV_MODE_CONTEXT |
(package private) static RuntimeUpdatesProcessor |
runtimeUpdatesProcessor |
| Constructor and Description |
|---|
DevModeMain(DevModeContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ClassLoader |
getCurrentAppClassLoader() |
static void |
main(String... args) |
void |
restartApp(Set<String> changedResources) |
void |
start() |
void |
stop() |
public static final String DEV_MODE_CONTEXT
static volatile Throwable deploymentProblem
static volatile Throwable compileProblem
static volatile RuntimeUpdatesProcessor runtimeUpdatesProcessor
public DevModeMain(DevModeContext context)
public static ClassLoader getCurrentAppClassLoader()
public void stop()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020 JBoss by Red Hat. All rights reserved.