Class BaseEmulatorHelper.DownloadableEmulatorRunner (2.5.11)

protected static class BaseEmulatorHelper.DownloadableEmulatorRunner implements BaseEmulatorHelper.EmulatorRunner

Utility class to start and run an emulator from a download URL.

Inheritance

java.lang.Object > BaseEmulatorHelper.DownloadableEmulatorRunner

Constructors

DownloadableEmulatorRunner(List<String> commandText, URL downloadUrl, String md5CheckSum)

public DownloadableEmulatorRunner(List<String> commandText, URL downloadUrl, String md5CheckSum)
Parameters
NameDescription
commandTextList<String>
downloadUrlURL
md5CheckSumString

DownloadableEmulatorRunner(List<String> commandText, URL downloadUrl, String md5CheckSum, String accessToken)

public DownloadableEmulatorRunner(List<String> commandText, URL downloadUrl, String md5CheckSum, String accessToken)
Parameters
NameDescription
commandTextList<String>
downloadUrlURL
md5CheckSumString
accessTokenString

Methods

getProcess()

public Process getProcess()

Returns the process associated to the emulator, if any.

Returns
TypeDescription
Process

isAvailable()

public boolean isAvailable()

Returns true if the emulator associated to this runner is available and can be started.

Returns
TypeDescription
boolean

start()

public void start()

Starts the emulator associated to this runner.

Exceptions
TypeDescription
IOException

waitFor(Duration timeout)

public int waitFor(Duration timeout)

Wait for the emulator associated to this runner to terminate, returning the exit status.

Parameter
NameDescription
timeoutorg.threeten.bp.Duration
Returns
TypeDescription
int
Exceptions
TypeDescription
InterruptedException
TimeoutException