RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer |
ملخّص
شركة إنشاءات عامة | |
---|---|
RunCommandTargetPreparer()
|
الطرق العامة | |
---|---|
final
void
|
addRunCommand(String cmd)
أضف أمرًا سيتم تشغيله بواسطة أداة التجهيز. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
الطرق المحمية | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
يعرض الجهاز لتطبيق أداة التجهيز عليه. |
شركة إنشاءات عامة
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
الطرق العامة
إضافةRunCommand
public final void addRunCommand (String cmd)
أضف أمرًا سيتم تشغيله بواسطة أداة التجهيز.
المعلمات | |
---|---|
cmd |
String |
الحصول على الأوامر
publicgetCommands ()
المرتجعات | |
---|---|
|
أوامر getExecutedCommand
publicgetExecutedCommands ()
المرتجعات | |
---|---|
|
إعداد
public void setUp (TestInformation testInfo)
المعلمات | |
---|---|
testInfo |
TestInformation |
الرميات | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
قطع
public void tearDown (TestInformation testInfo, Throwable e)
المعلمات | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |
الطرق المحمية
الحصول على جهاز
protected ITestDevice getDevice (TestInformation testInfo)
يعرض الجهاز لتطبيق أداة التجهيز عليه.
المرتجعات | |
---|---|
ITestDevice |
الجهاز المطلوب تطبيق أداة التجهيز عليه |
الرميات | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |