Class PackageInstaller

    • Constructor Detail

      • PackageInstaller

        public PackageInstaller()
        Deprecated.
    • Method Detail

      • install

        protected abstract void install​(String packageToInstall)
        Deprecated.
      • installPackages

        @PostConstruct
        protected void installPackages()
        Deprecated.
      • updatePackageList

        protected void updatePackageList()
        Deprecated.
      • installPackageIfNeeded

        protected void installPackageIfNeeded​(String packageToInstall)
        Deprecated.
      • shouldInstall

        protected boolean shouldInstall​(String packageToInstall)
        Deprecated.
      • executeCommandAndCheckExitCode

        protected org.testcontainers.containers.Container.ExecResult executeCommandAndCheckExitCode​(String... command)
        Deprecated.