IHostOptions
public
interface
IHostOptions
com.android.tradefed.host.IHostOptions |
Known Indirect Subclasses
|
Host options holder interface. This interface is used to access host-wide options.
Summary
Public methods | |
---|---|
abstract
Integer
|
getConcurrentDownloadLimit()
Returns the max number of concurrent downloads allowed. |
abstract
Integer
|
getConcurrentFlasherLimit()
Returns the max number of concurrent flashing to allow. |
abstract
File
|
getDownloadCacheDir()
Returns the path used for storing downloaded artifacts |
abstract
File
|
getFastbootTmpDir()
Returns the path that fastboot should use as temporary folder |
Public methods
getConcurrentDownloadLimit
Integer getConcurrentDownloadLimit ()
Returns the max number of concurrent downloads allowed. Used by IBuildProvider
that
downloads remote builds.
Returns | |
---|---|
Integer |
getConcurrentFlasherLimit
Integer getConcurrentFlasherLimit ()
Returns the max number of concurrent flashing to allow. Used by DeviceFlashPreparer
.
Returns | |
---|---|
Integer |
the concurrent flasher limit. |
getDownloadCacheDir
File getDownloadCacheDir ()
Returns the path used for storing downloaded artifacts
Returns | |
---|---|
File |
getFastbootTmpDir
File getFastbootTmpDir ()
Returns the path that fastboot should use as temporary folder
Returns | |
---|---|
File |
Interfaces
Classes