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 |
| 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,
ClassScanResult ignore2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenstatic volatile Throwable deploymentProblem
static volatile RemoteDevClient remoteDevClient
static volatile Closeable remoteDevClientSession
static RemoteDevClient createClient(CuratedApplication curatedApplication)
void regenerateApplication(Set<String> ignore, ClassScanResult ignore2)
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 © 2021 JBoss by Red Hat. All rights reserved.