Package io.quarkus.deployment.dev
Class IsolatedTestModeMain
- java.lang.Object
-
- io.quarkus.deployment.dev.IsolatedDevModeMain
-
- io.quarkus.deployment.dev.IsolatedTestModeMain
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,BiConsumer<CuratedApplication,Map<String,Object>>
public class IsolatedTestModeMain extends IsolatedDevModeMain
The main entry point of quarkus:test
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Throwable
deploymentProblem
-
Fields inherited from class io.quarkus.deployment.dev.IsolatedDevModeMain
APP_ROOT
-
-
Constructor Summary
Constructors Constructor Description IsolatedTestModeMain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CuratedApplication o, Map<String,Object> params)
void
close()
(package private) void
regenerateApplication(Set<String> ignore, ClassScanResult ignore2)
-
Methods inherited from class io.quarkus.deployment.dev.IsolatedDevModeMain
restartApp, restartCallback, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Field Detail
-
deploymentProblem
static volatile Throwable deploymentProblem
-
-
Method Detail
-
regenerateApplication
void regenerateApplication(Set<String> ignore, ClassScanResult ignore2)
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classIsolatedDevModeMain
-
accept
public void accept(CuratedApplication o, Map<String,Object> params)
- Specified by:
accept
in interfaceBiConsumer<CuratedApplication,Map<String,Object>>
- Overrides:
accept
in classIsolatedDevModeMain
-
-