Package io.quarkus.deployment.dev
Class DevModeMain
- java.lang.Object
-
- io.quarkus.deployment.dev.DevModeMain
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class DevModeMain extends Object implements Closeable
The main entry point for the dev mojo execution
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEV_MODE_CONTEXT
-
Constructor Summary
Constructors Constructor Description DevModeMain(DevModeContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidmain(String... args)voidstart()
-
-
-
Field Detail
-
DEV_MODE_CONTEXT
public static final String DEV_MODE_CONTEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DevModeMain
public DevModeMain(DevModeContext context)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-