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