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.


Method Summary
 AvdManager getAvdManager()
           
 DownloadCache getDownloadCache()
           
 com.android.utils.ILogger getSdkLog()
           
 SdkManager getSdkManager()
           
 SettingsController getSettingsController()
           
 ITaskFactory getTaskFactory()
           
 

Method Detail

getTaskFactory

ITaskFactory getTaskFactory()

getSdkLog

com.android.utils.ILogger getSdkLog()

getDownloadCache

DownloadCache getDownloadCache()

getSdkManager

SdkManager getSdkManager()

getAvdManager

AvdManager getAvdManager()

getSettingsController

SettingsController getSettingsController()