Package com.playtika.test.common.utils
Class MicroDnfPackageInstaller
- java.lang.Object
-
- com.playtika.test.common.utils.PackageInstaller
-
- com.playtika.test.common.utils.MicroDnfPackageInstaller
-
public class MicroDnfPackageInstaller extends PackageInstaller
-
-
Constructor Summary
Constructors Constructor Description MicroDnfPackageInstaller(InstallPackageProperties properties, org.testcontainers.containers.GenericContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinstall(String packageToInstall)protected booleanshouldInstall(String packageToInstall)protected voidupdatePackageList()-
Methods inherited from class com.playtika.test.common.utils.PackageInstaller
executeCommandAndCheckExitCode, installPackageIfNeeded, installPackages
-
-
-
-
Constructor Detail
-
MicroDnfPackageInstaller
public MicroDnfPackageInstaller(InstallPackageProperties properties, org.testcontainers.containers.GenericContainer container)
-
-
Method Detail
-
updatePackageList
protected void updatePackageList()
- Overrides:
updatePackageListin classPackageInstaller
-
shouldInstall
protected boolean shouldInstall(String packageToInstall)
- Overrides:
shouldInstallin classPackageInstaller
-
install
protected void install(String packageToInstall)
- Specified by:
installin classPackageInstaller
-
-