Package com.playtika.test.common.utils
Class PackageInstaller
- java.lang.Object
-
- com.playtika.test.common.utils.PackageInstaller
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
ApkPackageInstaller,AptGetPackageInstaller,MicroDnfPackageInstaller,YumPackageInstaller
@Deprecated public abstract class PackageInstaller extends Object implements org.springframework.beans.factory.InitializingBean
Deprecated.Instead use ToxiPoxy.
-
-
Constructor Summary
Constructors Constructor Description PackageInstaller()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPropertiesSet()Deprecated.protected org.testcontainers.containers.Container.ExecResultexecuteCommandAndCheckExitCode(String... command)Deprecated.protected abstract voidinstall(String packageToInstall)Deprecated.protected voidinstallPackageIfNeeded(String packageToInstall)Deprecated.protected voidinstallPackages()Deprecated.protected booleanshouldInstall(String packageToInstall)Deprecated.protected voidupdatePackageList()Deprecated.
-
-
-
Method Detail
-
install
protected abstract void install(String packageToInstall)
Deprecated.
-
afterPropertiesSet
public void afterPropertiesSet()
Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
installPackages
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.
-
-