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 ThrowabledeploymentProblem-
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 voidaccept(CuratedApplication o, Map<String,Object> params)voidclose()(package private) voidregenerateApplication(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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classIsolatedDevModeMain
-
accept
public void accept(CuratedApplication o, Map<String,Object> params)
- Specified by:
acceptin interfaceBiConsumer<CuratedApplication,Map<String,Object>>- Overrides:
acceptin classIsolatedDevModeMain
-
-