public class IsolatedRemoteDevModeMain extends Object implements BiConsumer<CuratedApplication,Map<String,Object>>, Closeable
| Modifier and Type | Field and Description |
|---|---|
(package private) static Throwable |
deploymentProblem |
(package private) static RemoteDevClient |
remoteDevClient |
(package private) static Closeable |
remoteDevClientSession |
(package private) static RuntimeUpdatesProcessor |
runtimeUpdatesProcessor |
| Constructor and Description |
|---|
IsolatedRemoteDevModeMain() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CuratedApplication o,
Map<String,Object> o2) |
void |
close() |
(package private) static RemoteDevClient |
createClient(CuratedApplication curatedApplication) |
(package private) static Map<String,String> |
createHashes(Path appRoot) |
(package private) void |
regenerateApplication(Set<String> ignore) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenstatic volatile Throwable deploymentProblem
static volatile RuntimeUpdatesProcessor runtimeUpdatesProcessor
static volatile RemoteDevClient remoteDevClient
static volatile Closeable remoteDevClientSession
static RemoteDevClient createClient(CuratedApplication curatedApplication)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void accept(CuratedApplication o, Map<String,Object> o2)
accept in interface BiConsumer<CuratedApplication,Map<String,Object>>static Map<String,String> createHashes(Path appRoot) throws IOException
IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.