Class DevConsoleManager


  • public class DevConsoleManager
    extends Object
    • Constructor Detail

      • DevConsoleManager

        public DevConsoleManager()
    • Method Detail

      • setHotReplacementContext

        public static void setHotReplacementContext​(HotReplacementContext hotReplacementContext)
      • setQuarkusBootstrap

        public static void setQuarkusBootstrap​(Object qb)
      • getQuarkusBootstrap

        public static Object getQuarkusBootstrap()
      • setGlobal

        public static void setGlobal​(String name,
                                     Object value)
        Sets a global that is shared between both the runtime and deployment parts
        Parameters:
        name - A namespaced key
        value - A value
      • getGlobal

        public static <T> T getGlobal​(String name)
        Gets a shared global
        Parameters:
        name - The key
        Returns:
        The value
      • close

        public static void close()