PushFilePreparer
public
class
PushFilePreparer
extends BaseTargetPreparer
implements
IAbiReceiver,
IDiscoverDependencies,
IInvocationContextReceiver
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.PushFilePreparer |
一个 ITargetPreparer
,它会尝试将任意数量的文件从任何主机路径推送到任何主机路径
设备路径。
应在刷写新 build *之后* 和运行 DeviceSetup *之后* 执行(如果 )
摘要
公共构造函数 | |
---|---|
PushFilePreparer()
|
公共方法 | |
---|---|
IAbi
|
getAbi()
|
final
|
getPushSpecs(ITestDevice device)
创建要推送的文件列表。 |
boolean
|
isCleanUpEnabled()
|
|
reportDependencies()
|
File
|
resolveRelativeFilePath(IBuildInfo buildInfo, String fileName)
通过 |
void
|
setAbi(IAbi abi)
|
void
|
setInvocationContext(IInvocationContext invocationContext)
|
void
|
setUp(TestInformation testInfo)
|
boolean
|
shouldAbortOnFailure()
推送失败时是否取消。 |
boolean
|
shouldRemountSystem()
|
boolean
|
shouldRemountVendor()
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
公共构造函数
PushFilePreparer
public PushFilePreparer ()
公共方法
getPushSpecs
public finalgetPushSpecs (ITestDevice device)
创建要推送的文件列表。
参数 | |
---|---|
device |
ITestDevice |
返回 | |
---|---|
|
抛出 | |
---|---|
TargetSetupError |
isCleanUpEnabled
public boolean isCleanUpEnabled ()
返回 | |
---|---|
boolean |
reportDependencies(报告依赖项)
publicreportDependencies ()
返回 | |
---|---|
|
resolveRelativeFilePath(解析相对文件路径)
public File resolveRelativeFilePath (IBuildInfo buildInfo, String fileName)
通过 IBuildInfo
和测试用例目录解析相对文件路径。
参数 | |
---|---|
buildInfo |
IBuildInfo :构建工件信息 |
fileName |
String :要解析的相对文件路径 |
返回 | |
---|---|
File |
来自 build 信息或测试用例目录中的文件 |
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
参数 | |
---|---|
invocationContext |
IInvocationContext |
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo |
TestInformation |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
shouldAbortOnFailure
public boolean shouldAbortOnFailure ()
推送失败时是否取消。
返回 | |
---|---|
boolean |
shouldRemountSystem
public boolean shouldRemountSystem ()
返回 | |
---|---|
boolean |
shouldRemount 供应商
public boolean shouldRemountVendor ()
返回 | |
---|---|
boolean |
拆解
public void tearDown (TestInformation testInfo, Throwable e)
参数 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |