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 |