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 |