Informacje o kompilacji Otatools
public class OtatoolsBuildInfo
extends BuildInfo
java.lang.Obiekt | ||
↳ | com.android.tradefed.build.BuildInfo | |
↳ | com.android.tradefed.build.OtatoolsBuildInfo |
IBuildInfo
, który zawiera artefakty otatools.
Streszczenie
Konstruktory publiczne | |
---|---|
OtatoolsBuildInfo (String buildId, String buildTargetName) Tworzy plik |
Metody publiczne | |
---|---|
File | getBinDir () Pobierz |
File | getFrameworkDir () Pobierz |
File | getReleasetoolsDir () Pobierz |
File | getSecurityDir () Pobierz |
void | setBinDir (File dir, String version) Dodaj /bin do tej mapy plików |
void | setFrameworkDir (File dir, String version) Dodaj /framework do tej mapy plików |
void | setReleasetoolsDir (File dir, String version) Dodaj /releasetools do tej mapy plików |
void | setSecurityDir (File dir, String version) Dodaj /build/target/product/security do tej mapy plików |
Konstruktory publiczne
Informacje o kompilacji Otatools
public OtatoolsBuildInfo (String buildId, String buildTargetName)
Tworzy plik OtatoolsBuildInfo
Parametry | |
---|---|
buildId | String |
buildTargetName | String |
Metody publiczne
getFrameworkDir
public File getFrameworkDir ()
Pobierz ERROR(/File)
reprezentujący katalog /framework.
Zwroty | |
---|---|
File |
getReleasetoolsDir
public File getReleasetoolsDir ()
Pobierz ERROR(/File)
reprezentujący katalog /releasetools.
Zwroty | |
---|---|
File |
getSecurityDir
public File getSecurityDir ()
Pobierz ERROR(/File)
reprezentujący katalog /build/target/product/security.
Zwroty | |
---|---|
File |
ustawBinDir
public void setBinDir (File dir, String version)
Dodaj /bin do tej mapy plików
Parametry | |
---|---|
dir | File |
version | String |
setFrameworkDir
public void setFrameworkDir (File dir, String version)
Dodaj /framework do tej mapy plików
Parametry | |
---|---|
dir | File |
version | String |
setReleasetoolsDir
public void setReleasetoolsDir (File dir, String version)
Dodaj /releasetools do tej mapy plików
Parametry | |
---|---|
dir | File |
version | String |
setSecurityDir
public void setSecurityDir (File dir, String version)
Dodaj /build/target/product/security do tej mapy pliku
Parametry | |
---|---|
dir | File |
version | String |