Class MicroDnfPackageInstaller
java.lang.Object
com.playtika.testcontainer.common.utils.PackageInstaller
com.playtika.testcontainer.common.utils.MicroDnfPackageInstaller
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionMicroDnfPackageInstaller(InstallPackageProperties properties, org.testcontainers.containers.GenericContainer<?> container) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanshouldInstall(String packageToInstall) protected voidMethods inherited from class com.playtika.testcontainer.common.utils.PackageInstaller
afterPropertiesSet, executeCommandAndCheckExitCode, installPackageIfNeeded, installPackages
-
Constructor Details
-
MicroDnfPackageInstaller
public MicroDnfPackageInstaller(InstallPackageProperties properties, org.testcontainers.containers.GenericContainer<?> container)
-
-
Method Details
-
updatePackageList
protected void updatePackageList()- Overrides:
updatePackageListin classPackageInstaller
-
shouldInstall
- Overrides:
shouldInstallin classPackageInstaller
-
install
- Specified by:
installin classPackageInstaller
-