Method | Description | |
---|---|---|
CommandBase ( [ handler ) : System |
Creates a new command base.
|
|
SelfUpdateCheck ( ) : void |
Periodically checks Zero Install itself for updates in a background proccess.
|
|
StartCommandBackground ( [ command ) : void |
Starts executing a "0install" command in a background process. Returns immediately.
|
Method | Description | |
---|---|---|
FindByShortName ( [ shortName ) : Feed | ||
GetCanonicalUri ( string uri ) : FeedUri | ||
GetCatalog ( ) : Catalog | ||
ResolveAlias ( string aliasName ) : FeedUri | ||
TryResolveCatalog ( string shortName ) : FeedUri |
protected CommandBase ( [ handler ) : System | ||
handler | [ | A callback object used when the the user needs to be asked questions or informed about download and IO tasks. |
return | System |
protected static StartCommandBackground ( [ command ) : void | ||
command | [ | The |
return | void |