Interface BaseEmulatorHelper.EmulatorRunner (2.5.11)

protected static interface BaseEmulatorHelper.EmulatorRunner

Utility interface to start and run an emulator.

Methods

getProcess()

public abstract Process getProcess()

Returns the process associated to the emulator, if any.

Returns
TypeDescription
Process

isAvailable()

public abstract boolean isAvailable()

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

Returns
TypeDescription
boolean

start()

public abstract void start()

Starts the emulator associated to this runner.

Exceptions
TypeDescription
IOException

waitFor(Duration timeout)

public abstract 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