Class PackageManager


  • public class PackageManager
    extends Object
    • Method Detail

      • getDirectory

        public Path getDirectory()
      • install

        public void install​(boolean frozenLockfile)
      • build

        public void build​(io.quarkus.runtime.LaunchMode mode)
      • test

        public void test()
      • stopDev

        public void stopDev​(Process process)
      • dev

        public Process dev​(String devServerHost,
                           int devServerPort,
                           String checkPath,
                           int checkTimeout)
      • isWindows

        public static boolean isWindows()
      • isDevServerUp

        public static boolean isDevServerUp​(String host,
                                            int port,
                                            String path)