OtatoolsBuildInfo
public class OtatoolsBuildInfo
extends BuildInfo
java.lang.Object | ||
↳ | com.android.tradefed.build.BuildInfo | |
↳ | com.android.tradefed.build.OtatoolsBuildInfo |
アンIBuildInfo
otatoolsアーティファクトが含まれています。
概要
パブリックコンストラクター | |
---|---|
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)
OtatoolsBuildInfo
作成します
パラメーター | |
---|---|
buildId | String |
buildTargetName | String |
パブリックメソッド
getReleasetoolsDir
public File getReleasetoolsDir ()
/ releasetoolsディレクトリを表すERROR(/File)
取得します。
戻り値 | |
---|---|
File |
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 |