| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        Fetcher
Downloads and stores various things.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| str | 
 | ||
| 
 | |||
| zeroinstall.support.tasks.Blocker | 
 | ||
| KeyInfoFetcher | 
 | ||
| tasks.Blocker | 
 | ||
| (Blocker, file) | 
 | ||
| tuple | 
 | ||
| tasks.Task | 
 | ||
| zeroinstall.support.tasks.Blocker | 
 | ||
| model.RetrievalMethod | 
 | ||
| download.Download | 
 | ||
| Inherited from  | |||
| Instance Variables | |
| config.Config | config used to get handler, iface_cache and stores | 
| {str: KeyInfoFetcher} | key_info caches information about GPG keys | 
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 
 | 
| 
 
 | 
| 
 Follow a Recipe. 
 See Also: download_impl uses this method when appropriate | 
| 
 Return the URL of a mirror for this feed. 
 | 
| 
 Send a query to PackageKit (if available) for information about this package. On success, the result is added to iface_cache. 
 | 
| 
 Download the feed, download any required keys, confirm trust if needed and import. 
 | 
| 
 
 | 
| 
 Download an implementation. 
 | 
| 
 Fetch an archive. You should normally call download_impl instead, since it handles other kinds of retrieval method too. It is the caller's responsibility to ensure that the returned stream is closed. 
 | 
| 
 Fetch a single file. You should normally call download_impl instead, since it handles other kinds of retrieval method too. It is the caller's responsibility to ensure that the returned stream is closed. 
 | 
| 
 Download an icon for this interface and add it to the icon cache. If the interface has no icon do nothing. 
 | 
| 
 Download the given implementations, choosing a suitable retrieval method for each. If any of the retrieval methods are DistributionSources and need confirmation, handler.confirm is called to check that the installation should proceed. 
 | 
| 
 Return the best download source for this implementation. 
 | 
| 
 The most low-level method here; just download a raw URL. It is the caller's responsibility to ensure that dl.stream is closed. 
 Since: 1.5 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |