Informacje o kompilacji Otatools

public class OtatoolsBuildInfo
extends BuildInfo

Obiekt Java.lang.Object
com.android.tradefed.build.BuildInfo
com.android.tradefed.build.OtatoolsBuildInfo


IBuildInfo zawierający artefakty otatools.

Streszczenie

Konstruktorzy publiczni

OtatoolsBuildInfo (String buildId, String buildTargetName)

Tworzy OtatoolsBuildInfo

Metody publiczne

File getBinDir ()

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

File getFrameworkDir ()

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

File getReleasetoolsDir ()

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

File getSecurityDir ()

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

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

Konstruktorzy publiczni

Informacje o kompilacji Otatools

public OtatoolsBuildInfo (String buildId, 
                String buildTargetName)

Tworzy OtatoolsBuildInfo

Parametry
buildId String

buildTargetName String

Metody publiczne

getBinDir

public File getBinDir ()

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

Zwroty
File

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

setBinDir

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 plików

Parametry
dir File

version String