Package com.playtika.test.common.utils
Class PackageInstaller
- java.lang.Object
-
- com.playtika.test.common.utils.PackageInstaller
-
- Direct Known Subclasses:
ApkPackageInstaller,AptGetPackageInstaller,MicroDnfPackageInstaller,YumPackageInstaller
@Deprecated public abstract class PackageInstaller extends Object
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 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.
-
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.
-
-