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 ()

公開メソッド

設定

public void setUp (TestInformation testInfo)

パラメーター
testInfo TestInformation

スロー
BuildError
DeviceNotAvailableException
TargetSetupError

取り壊す

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメーター
testInfo TestInformation

e Throwable

スロー
DeviceNotAvailableException