com.android.sdklib.internal.repository.updater
Interface IUpdaterData
- All Known Implementing Classes:
- UpdaterData
public interface IUpdaterData
Interface used to retrieve some parameters from an UpdaterData instance.
Useful mostly for unit tests purposes.
getTaskFactory
ITaskFactory getTaskFactory()
getSdkLog
com.android.utils.ILogger getSdkLog()
getDownloadCache
DownloadCache getDownloadCache()
getSdkManager
SdkManager getSdkManager()
getAvdManager
AvdManager getAvdManager()
getSettingsController
SettingsController getSettingsController()