OtatoolsBuildInfo
  public
  
  
  
  class
  OtatoolsBuildInfo
  
  
  
  
    extends BuildInfo
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | com.android.tradefed.build.BuildInfo | |
| ↳ | com.android.tradefed.build.OtatoolsBuildInfo | |
An IBuildInfo that contains otatools artifacts.
Summary
| Public constructors | |
|---|---|
| 
      OtatoolsBuildInfo(String buildId, String buildTargetName)
      Creates a  | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        File | 
      getBinDir()
      Get the  | 
| 
        
        
        
        
        
        File | 
      getFrameworkDir()
      Get the  | 
| 
        
        
        
        
        
        File | 
      getReleasetoolsDir()
      Get the  | 
| 
        
        
        
        
        
        File | 
      getSecurityDir()
      Get the  | 
| 
        
        
        
        
        
        void | 
      setBinDir(File dir, String version)
      Add /bin to this file map | 
| 
        
        
        
        
        
        void | 
      setFrameworkDir(File dir, String version)
      Add /framework to this file map | 
| 
        
        
        
        
        
        void | 
      setReleasetoolsDir(File dir, String version)
      Add /releasetools to this file map | 
| 
        
        
        
        
        
        void | 
      setSecurityDir(File dir, String version)
      Add /build/target/product/security to this file map | 
Public constructors
OtatoolsBuildInfo
public OtatoolsBuildInfo (String buildId, 
                String buildTargetName)Creates a OtatoolsBuildInfo
| Parameters | |
|---|---|
| buildId | String | 
| buildTargetName | String | 
Public methods
getBinDir
public File getBinDir ()
Get the ERROR(/File) representing the /bin directory.
| Returns | |
|---|---|
| File | |
getFrameworkDir
public File getFrameworkDir ()
Get the ERROR(/File) representing the /framework directory.
| Returns | |
|---|---|
| File | |
getReleasetoolsDir
public File getReleasetoolsDir ()
Get the ERROR(/File) representing the /releasetools directory.
| Returns | |
|---|---|
| File | |
getSecurityDir
public File getSecurityDir ()
Get the ERROR(/File) representing the /build/target/product/security directory.
| Returns | |
|---|---|
| File | |
setBinDir
public void setBinDir (File dir, 
                String version)Add /bin to this file map
| Parameters | |
|---|---|
| dir | File | 
| version | String | 
setFrameworkDir
public void setFrameworkDir (File dir, 
                String version)Add /framework to this file map
| Parameters | |
|---|---|
| dir | File | 
| version | String | 
setReleasetoolsDir
public void setReleasetoolsDir (File dir, 
                String version)Add /releasetools to this file map
| Parameters | |
|---|---|
| dir | File | 
| version | String | 
setSecurityDir
public void setSecurityDir (File dir, 
                String version)Add /build/target/product/security to this file map
| Parameters | |
|---|---|
| dir | File | 
| version | String | 
