Home | Trees | Indices | Help |
|
---|
|
object --+ | Selections
A selected set of components which will make up a complete program.
Instance Methods | |||
|
|||
|
|||
|
|||
[Selection] |
|
||
zeroinstall.support.tasks.Blocker | None |
|
||
ImplSelection |
|
||
|
|||
zeroinstall.injector.model.Implementation |
|
||
|
|||
zeroinstall.injector.model.Implementation |
|
||
|
|||
|
|||
|
|||
Inherited from |
Instance Variables | |
str |
command the command to run on 'interface' |
str |
interface the interface of the program |
{str: Selection} |
selections the selected implementations |
Properties | |
Inherited from |
Method Details |
Constructor.
|
Create a DOM document for the selected implementations. The document gives the URI of the root, plus each selected implementation. For each selected implementation, we record the ID, the version, the URI and (if different) the feed URL. We also record all the bindings needed.
|
repr(x)
|
Find those selections which are not present. Local implementations are available if their directory exists. Other 0install implementations are available if they are in the cache. Package implementations are available if the Distribution says so.
Since: 1.16 |
Check all selected implementations are available. Download any that are not present. Since native distribution packages are usually only available in a single version, which is unlikely to be the one in the selections document, we ignore them by default. Note: package implementations (distribution packages) are ignored.
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |