
| Interface | Description |
|---|---|
| ProcessInteraction |
Represents a process interaction that is handled in non-interactive manner
|
| Class | Description |
|---|---|
| AndroidApplicationHelper |
Provides various helper methods for Android packages.
|
| AndroidApplicationManager |
Manages deployment and undeployment of Android applications.
|
| AndroidBridgeConnector |
Connects to the Android Debug Bridge.
|
| AndroidBridgeImpl |
Implementation of the
AndroidBridge by which we can connect or disconnect to the bridge and query
AndroidDebugBridge for attached devices. |
| AndroidDeviceImpl |
The implementation of
AndroidDevice. |
| AndroidDeviceSelectorImpl |
Selects real physical Android device if serial id was specified in the configuration.
|
| AndroidEmulator |
An Android emulator process.
|
| AndroidEmulatorShutdown |
Brings Android Emulator down.
|
| AndroidEmulatorStartup |
Starts an emulator and either connects to an existing device or creates one.
|
| AndroidScreenshooter |
Takes screenshots of Android device.
|
| AndroidScreenshot | |
| AndroidSDCard |
Represents Android SD card.
|
| AndroidSDCardManagerImpl |
Implementation class of creation and deletion of Android SD card used for an emulator.
|
| AndroidVirtualDeviceManager |
Deletes and creates Android virtual devices and initiates deletion of SD card as well.
|
| CountDownWatch |
A simple utility to measure time left from an timeout.
|
| ProcessExecution |
Representation of a process execution
|
| ProcessExecutor |
Executor service which is able to execute external process as well as callables
|
| ProcessInteractionBuilder |
Builder API for process interaction.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.