OtatoolsBuildInfo
public
class
OtatoolsBuildInfo
extends BuildInfo
| java.lang.Object | ||
| ↳ | com.android.tradefed.build.BuildInfo | |
| ↳ | com.android.tradefed.build.OtatoolsBuildInfo | |
IBuildInfo zawierający artefakty otatools.
Podsumowanie
Konstruktory publiczne | |
|---|---|
OtatoolsBuildInfo(String buildId, String buildTargetName)
Tworzy |
|
Metody publiczne | |
|---|---|
File
|
getBinDir()
Pobiera |
File
|
getFrameworkDir()
Pobiera |
File
|
getReleasetoolsDir()
Pobiera |
File
|
getSecurityDir()
Pobiera |
void
|
setBinDir(File dir, String version)
Dodaje /bin do tej mapy plików. |
void
|
setFrameworkDir(File dir, String version)
Dodaje /framework do tej mapy plików. |
void
|
setReleasetoolsDir(File dir, String version)
Dodaje /releasetools do tej mapy plików. |
void
|
setSecurityDir(File dir, String version)
Dodaje /build/target/product/security do tej mapy plików. |
Konstruktory publiczne
OtatoolsBuildInfo
public OtatoolsBuildInfo (String buildId,
String buildTargetName)Tworzy OtatoolsBuildInfo.
| Parametry | |
|---|---|
buildId |
String |
buildTargetName |
String |
Metody publiczne
getFrameworkDir
public File getFrameworkDir ()
Pobiera File reprezentujący katalog /framework.
| Zwraca | |
|---|---|
File |
|
getReleasetoolsDir
public File getReleasetoolsDir ()
Pobiera File reprezentujący katalog /releasetools.
| Zwraca | |
|---|---|
File |
|
getSecurityDir
public File getSecurityDir ()
Pobiera File reprezentujący katalog /build/target/product/security.
| Zwraca | |
|---|---|
File |
|
setBinDir
public void setBinDir (File dir,
String version)Dodaje /bin do tej mapy plików.
| Parametry | |
|---|---|
dir |
File |
version |
String |
setFrameworkDir
public void setFrameworkDir (File dir,
String version)Dodaje /framework do tej mapy plików.
| Parametry | |
|---|---|
dir |
File |
version |
String |
setReleasetoolsDir
public void setReleasetoolsDir (File dir,
String version)Dodaje /releasetools do tej mapy plików.
| Parametry | |
|---|---|
dir |
File |
version |
String |
setSecurityDir
public void setSecurityDir (File dir,
String version)Dodaje /build/target/product/security do tej mapy plików.
| Parametry | |
|---|---|
dir |
File |
version |
String |