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<io.quarkus.bootstrap.app.CuratedApplication,Map<String, Object>>
The main entry point of quarkus:test
-
Field Summary
Fields inherited from class io.quarkus.deployment.dev.IsolatedDevModeMain
APP_ROOT, deploymentProblem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()(package private) voidregenerateApplication(Set<String> ignore, ClassScanResult ignore2) Methods inherited from class io.quarkus.deployment.dev.IsolatedDevModeMain
restartApp, restartCallback, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
IsolatedTestModeMain
public IsolatedTestModeMain()
-
-
Method Details
-
regenerateApplication
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classIsolatedDevModeMain
-
accept
- Specified by:
acceptin interfaceBiConsumer<io.quarkus.bootstrap.app.CuratedApplication,Map<String, Object>> - Overrides:
acceptin classIsolatedDevModeMain
-