Informacje o OtatoolsBuildInfo

public class OtatoolsBuildInfo
extends BuildInfo

java.lang.Object
com.android.tradefed.build.BuildInfo
  com.android.tradefed.build.OtatoolsBuildInfo


IBuildInfo zawierająca artefakty OTAtools.

Podsumowanie

Konstruktory publiczne

OtatoolsBuildInfo(String buildId, String buildTargetName)

Tworzy OtatoolsBuildInfo

Metody publiczne

File getBinDir()

Pobierz klucz ERROR(/File) reprezentujący katalog /bin.

File getFrameworkDir()

Pobierz obiekt ERROR(/File) reprezentujący katalog /framework.

File getReleasetoolsDir()

Pobierz obiekt ERROR(/File) reprezentujący katalog /releasetools.

File getSecurityDir()

Pobierz obiekt ERROR(/File) reprezentujący katalog /build/target/product/security.

void setBinDir(File dir, String version)

Dodaj plik /bin do mapy tego pliku

void setFrameworkDir(File dir, String version)

Dodaj /framework do tego pliku mapy

void setReleasetoolsDir(File dir, String version)

Dodaj /releasetools do tej mapy pliku

void setSecurityDir(File dir, String version)

Dodaj /build/target/product/security do mapy tego pliku

Konstruktory publiczne

Informacje o OtatoolsBuildInfo

public OtatoolsBuildInfo (String buildId, 
                String buildTargetName)

Tworzy OtatoolsBuildInfo

Parametry
buildId String

buildTargetName String

Metody publiczne

getBinDir;

public File getBinDir ()

Pobierz klucz ERROR(/File) reprezentujący katalog /bin.

Zwroty
File

getFrameworkDir;

public File getFrameworkDir ()

Pobierz obiekt ERROR(/File) reprezentujący katalog /framework.

Zwroty
File

getReleasetoolsDir,

public File getReleasetoolsDir ()

Pobierz obiekt ERROR(/File) reprezentujący katalog /releasetools.

Zwroty
File

getSecurityDir;

public File getSecurityDir ()

Pobierz obiekt ERROR(/File) reprezentujący katalog /build/target/product/security.

Zwroty
File

setBinDir,

public void setBinDir (File dir, 
                String version)

Dodaj plik /bin do mapy tego pliku

Parametry
dir File

version String

setFrameworkDir;

public void setFrameworkDir (File dir, 
                String version)

Dodaj /framework do tego pliku mapy

Parametry
dir File

version String

setReleasetoolsDir

public void setReleasetoolsDir (File dir, 
                String version)

Dodaj /releasetools do tej mapy pliku

Parametry
dir File

version String

setSecurityDir,

public void setSecurityDir (File dir, 
                String version)

Dodaj /build/target/product/security do mapy tego pliku

Parametry
dir File

version String