public interface AndroidBridge
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connects to the bridge.
|
void |
disconnect()
Disconnects bridge and disposes connection.
|
List<AndroidDevice> |
getDevices()
Lists all devices currently available.
|
List<AndroidDevice> |
getEmulators()
Lists all devices currently available which are emulators.
|
boolean |
hasDevices()
Checks if there are some devices on the bridge.
|
boolean |
isConnected()
Checks if bridge is connected.
|
List<AndroidDevice> getDevices()
void connect()
throws AndroidExecutionException
AndroidExecutionExceptionboolean isConnected()
true if connected, false otherwisevoid disconnect()
throws AndroidExecutionException
AndroidExecutionExceptionboolean hasDevices()
List<AndroidDevice> getEmulators()
Copyright © 2015 JBoss by Red Hat. All rights reserved.