Package io.quarkus.deployment.dev
Class IDEDevModeMain
- java.lang.Object
-
- io.quarkus.deployment.dev.IDEDevModeMain
-
- All Implemented Interfaces:
Closeable,AutoCloseable,BiConsumer<CuratedApplication,Map<String,Object>>
public class IDEDevModeMain extends Object implements BiConsumer<CuratedApplication,Map<String,Object>>, Closeable
-
-
Constructor Summary
Constructors Constructor Description IDEDevModeMain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(CuratedApplication curatedApplication, Map<String,Object> stringObjectMap)voidclose()-
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
-
-
-
-
Method Detail
-
accept
public void accept(CuratedApplication curatedApplication, Map<String,Object> stringObjectMap)
- Specified by:
acceptin interfaceBiConsumer<CuratedApplication,Map<String,Object>>
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-