IFolderBuildInfo
  public
  
  
  
  interface
  IFolderBuildInfo
  
  
      implements
      
        IBuildInfo
      
  
  
| com.android.tradefed.build.IFolderBuildInfo | 
A simple abstract IBuildInfo whose build artifacts are containing in a local filesystem
 directory.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        void | 
      cleanUp()
      Deletes root directory and all its contents. | 
| 
        abstract
        
        
        
        
        File | 
      getRootDir()
      Get the root folder that contains the build artifacts. | 
| 
        abstract
        
        
        
        
        void | 
      setRootDir(File rootDir)
      Set the root directory that contains the build artifacts. | 
| 
        abstract
        
        
        
        
        boolean | 
      shouldUseFuseZip()
      Get the flag which indicates whether fuse-zip is in use for the build artifacts. | 
Public methods
cleanUp
public abstract void cleanUp ()
Deletes root directory and all its contents.
getRootDir
public abstract File getRootDir ()
Get the root folder that contains the build artifacts.
| Returns | |
|---|---|
| File | the ERROR(/File)directory. | 
setRootDir
public abstract void setRootDir (File rootDir)
Set the root directory that contains the build artifacts.
| Parameters | |
|---|---|
| rootDir | File | 
shouldUseFuseZip
public abstract boolean shouldUseFuseZip ()
Get the flag which indicates whether fuse-zip is in use for the build artifacts.
| Returns | |
|---|---|
| boolean | |
