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 |
| 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,
ClassChangeInformation classChangeInformation) |
void |
restartCallback(Set<String> changedResources,
ClassScanResult result) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final String APP_ROOT
static volatile Throwable deploymentProblem
public void restartCallback(Set<String> changedResources, ClassScanResult result)
public void restartApp(Set<String> changedResources, ClassChangeInformation classChangeInformation)
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 © 2021 JBoss by Red Hat. All rights reserved.