Package io.quarkus.deployment.dev
Class IsolatedDevModeMain
java.lang.Object
io.quarkus.deployment.dev.IsolatedDevModeMain
- All Implemented Interfaces:
Closeable,AutoCloseable,BiConsumer<CuratedApplication,Map<String, Object>>
- Direct Known Subclasses:
IsolatedTestModeMain
public class IsolatedDevModeMain
extends Object
implements BiConsumer<CuratedApplication,Map<String,Object>>, Closeable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(package private) final AtomicReference<Throwable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(CuratedApplication o, Map<String, Object> params) voidclose()voidrestartApp(Set<String> changedResources, ClassChangeInformation classChangeInformation) voidrestartCallback(Set<String> changedResources, ClassScanResult result) voidstop()Methods 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
-
Field Details
-
APP_ROOT
- See Also:
-
deploymentProblem
-
-
Constructor Details
-
IsolatedDevModeMain
public IsolatedDevModeMain()
-
-
Method Details
-
restartCallback
-
restartApp
-
stop
public void stop() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
accept
- Specified by:
acceptin interfaceBiConsumer<CuratedApplication,Map<String, Object>>
-