public class IsolatedDevModeMain extends Object implements BiConsumer<CuratedApplication,Map<String,Object>>, Closeable
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_ROOT |
(package private) static Throwable |
deploymentProblem |
(package private) static RuntimeUpdatesProcessor |
runtimeUpdatesProcessor |
| Constructor and Description |
|---|
IsolatedDevModeMain() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CuratedApplication o,
Map<String,Object> params) |
void |
close() |
void |
restartApp(Set<String> changedResources) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final String APP_ROOT
static volatile Throwable deploymentProblem
static volatile RuntimeUpdatesProcessor runtimeUpdatesProcessor
public void stop()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void accept(CuratedApplication o, Map<String,Object> params)
accept in interface BiConsumer<CuratedApplication,Map<String,Object>>Copyright © 2020 JBoss by Red Hat. All rights reserved.