BaseEmulatorPreparer

public abstract class BaseEmulatorPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.BaseEmulatorPreparer


Allgemeiner Preparer zum Starten eines lokalen Emulators.

Verarbeitet die Eingabe und Verarbeitung von gängigen Argumenten.

Zusammenfassung

Öffentliche Konstruktoren

BaseEmulatorPreparer()

Geschützte Methoden

List<String> buildEmulatorLaunchArgs()
RunUtil buildRunUtilForEmulatorLaunch()

Öffentliche Konstruktoren

BaseEmulatorPreparer

public BaseEmulatorPreparer ()

Geschützte Methoden

buildEmulatorLaunchArgs

protected List<String> buildEmulatorLaunchArgs ()

Gibt Folgendes zurück:
List<String>

buildRunUtilForEmulatorLaunch

protected RunUtil buildRunUtilForEmulatorLaunch ()

Gibt Folgendes zurück:
RunUtil