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 |