OtatoolsBuildInfo
public
class
OtatoolsBuildInfo
extends BuildInfo
java.lang.Object 中 | ||
↳ | com.android.tradefed.build.BuildInfo | |
↳ | com.android.tradefed.build.OtatoolsBuildInfo |
包含 otatools 工件的 IBuildInfo
。
摘要
公共构造函数 | |
---|---|
OtatoolsBuildInfo(String buildId, String buildTargetName)
|
公共方法 | |
---|---|
File
|
getBinDir()
获取表示 /bin 目录的 |
File
|
getFrameworkDir()
获取表示 /framework 目录的 |
File
|
getReleasetoolsDir()
获取表示 /releasetools 目录的 |
File
|
getSecurityDir()
获取表示 /build/target/product/security 目录的 |
void
|
setBinDir(File dir, String version)
将 /bin 添加到此文件映射 |
void
|
setFrameworkDir(File dir, String version)
向此文件映射添加 /framework |
void
|
setReleasetoolsDir(File dir, String version)
将 /releasetools 添加到此文件映射 |
void
|
setSecurityDir(File dir, String version)
将 /build/target/product/security 添加到此文件映射 |
公共构造函数
OtatoolsBuildInfo
public OtatoolsBuildInfo (String buildId, String buildTargetName)
参数 | |
---|---|
buildId |
String |
buildTargetName |
String |
公共方法
getSecurityDir
public File getSecurityDir ()
获取表示 /build/target/product/security 目录的 ERROR(/File)
。
返回 | |
---|---|
File |
setBinDir
public void setBinDir (File dir, String version)
将 /bin 添加到此文件映射
参数 | |
---|---|
dir |
File |
version |
String |
setFrameworkDir
public void setFrameworkDir (File dir, String version)
向此文件映射添加 /framework
参数 | |
---|---|
dir |
File |
version |
String |
setReleasetoolsDir
public void setReleasetoolsDir (File dir, String version)
将 /releasetools 添加到此文件映射
参数 | |
---|---|
dir |
File |
version |
String |
setSecurityDir
public void setSecurityDir (File dir, String version)
将 /build/target/product/security 添加到此文件映射
参数 | |
---|---|
dir |
File |
version |
String |