OtatoolsBuildInfo
public
class
OtatoolsBuildInfo
extends BuildInfo
java.lang.Object | ||
↳ | com.android.tradefed.build.BuildInfo | |
↳ | com.android.tradefed.build.OtatoolsBuildInfo |
Plik IBuildInfo
zawierający artefakty otatools.
Podsumowanie
Konstruktory publiczne | |
---|---|
OtatoolsBuildInfo(String buildId, String buildTargetName)
Tworzy |
Metody publiczne | |
---|---|
File
|
getBinDir()
Pobierz |
File
|
getFrameworkDir()
Pobierz wartość |
File
|
getReleasetoolsDir()
Pobierz wartość |
File
|
getSecurityDir()
Pobierz |
void
|
setBinDir(File dir, String version)
Dodawanie katalogu /bin do mapy plików |
void
|
setFrameworkDir(File dir, String version)
Dodawanie ścieżki /framework do mapy pliku |
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
OtatoolsBuildInfo
public OtatoolsBuildInfo (String buildId, String buildTargetName)
Tworzy OtatoolsBuildInfo
Parametry | |
---|---|
buildId |
String |
buildTargetName |
String |
Metody publiczne
getFrameworkDir
public File getFrameworkDir ()
Pobierz wartość ERROR(/File)
reprezentującą katalog /framework.
Zwroty | |
---|---|
File |
getReleasetoolsDir
public File getReleasetoolsDir ()
Pobierz wartość ERROR(/File)
reprezentującą katalog /releasetools.
Zwroty | |
---|---|
File |
getSecurityDir
public File getSecurityDir ()
Pobierz ERROR(/File)
reprezentujący katalog /build/target/product/security.
Zwroty | |
---|---|
File |
setBinDir
public void setBinDir (File dir, String version)
Dodawanie katalogu /bin do mapy plików
Parametry | |
---|---|
dir |
File |
version |
String |
setFrameworkDir
public void setFrameworkDir (File dir, String version)
Dodawanie ścieżki /framework do mapy pliku
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 plików
Parametry | |
---|---|
dir |
File |
version |
String |