DeviceStringPusher

public class DeviceStringPusher
extends BaseTargetPreparer

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


文字列をファイルに書き込むターゲット作成ツール。

ファイルがすでに存在する場合、破棄時に古いバージョンが復元されます。

概要

パブリック コンストラクタ

DeviceStringPusher()

パブリック メソッド

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

パブリック コンストラクタ

DeviceStringPusher

public DeviceStringPusher ()

パブリック メソッド

setUp

public void setUp (TestInformation testInfo)

パラメータ
testInfo TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメータ
testInfo TestInformation

e Throwable

例外
DeviceNotAvailableException