~speijnik/update-manager/distribution-independent

« back to all changes in this revision

Viewing changes to doc/source/api/UpdateManager/Backend/PythonAptBackend.rst

  • Committer: Stephan Peijnik
  • Date: 2009-04-24 16:18:48 UTC
  • Revision ID: debian@sp.or.at-20090424161848-k2g76y5hi722x0pf
Now using zope.interface for the backend interfaces.
Updated documentation, now using autointerface sphinx extension, which has not been included due to unclear licensing yet.
Added basic reload_package_list method to PythonAptBackend class and a corresponding helper class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. python-apt Backend module
 
2
 
 
3
Update Manager API: python-apt Backend module
 
4
=============================================
 
5
 
 
6
.. automodule:: UpdateManager.Backend.PythonAptBackend
 
7
 
 
8
Interface implementations
 
9
-------------------------
 
10
 
 
11
These classes implement the backend interface.
 
12
 
 
13
.. autoclass:: PythonAptBackend
 
14
   :members:
 
15
   :undoc-members:
 
16
 
 
17
.. autoclass:: PackageUpdateInfo
 
18
   :members:
 
19
 
 
20
Helper classes
 
21
--------------
 
22
 
 
23
These classes are pure helper classes and are unlikely to be useful
 
24
outside this module.
 
25
 
 
26
.. autoclass:: CacheProgressHelper
 
27
   :members:
 
28
   :undoc-members:
 
29
 
 
30
.. autoclass::  FetchProgressHelper
 
31
   :members:
 
32
   :undoc-members:
 
 
b'\\ No newline at end of file'