Class AdbShellCommandsCurrentBase

java.lang.Object
hudson.plugins.android_emulator.sdk.cli.AdbShellCommandsCurrentBase
All Implemented Interfaces:
AdbShellCommands
Direct Known Subclasses:
AdbShellCommand04To22

public class AdbShellCommandsCurrentBase extends Object implements AdbShellCommands
This class holds the implementations for all used commands via adb shell on devices running the latest API. As some calls have never changed in history, it is most likely that this class is used as base for the other version implementations.