Property | Type | Description | |
---|---|---|---|
Fetch | void | ||
GetCached | |||
GetEmbeddedArgs | IEnumerable |
||
GetExistingInstance | |||
GetStartInfo | |||
HandleSharedOptions | void | ||
ImportArchives | void | ||
ImportFeeds | void | ||
Solve | void | ||
SolveOffline | void | ||
SolveRefresh | void |
Method | Description | |
---|---|---|
BootstrapProcess ( [ handler, bool gui ) : System |
Creates a new bootstrap process.
|
|
Execute ( [ |
Executes the bootstrap process controlled by command-line arguments.
|
Method | Description | |
---|---|---|
Fetch ( ) : void |
Downloads any implementations selected by the Solver that are not in the cache yet.
|
|
GetCached ( ) : |
||
GetEmbeddedArgs ( ) : IEnumerable |
Gets implicit command-line arguments based on the EmbeddedConfig, if any.
|
|
GetExistingInstance ( ) : |
||
GetStartInfo ( ) : |
||
HandleSharedOptions ( ) : void |
Handles arguments passed to the target that are also applicable to the bootstrapper.
|
|
ImportArchives ( ) : void |
Imports implementation archives into the IStore.
|
|
ImportFeeds ( ) : void |
Imports bundled feeds and GnuPG keys.
|
|
Solve ( ) : void |
Runs the Solver to select a version of Zero Install.
|
|
SolveOffline ( ) : void |
Runs the Solver in offlie mode.
|
|
SolveRefresh ( ) : void |
Runs the Solver in refresh mode (re-download all feeds).
|
public BootstrapProcess ( [ handler, bool gui ) : System | ||
handler | [ | A callback object used when the the user needs to be asked questions or informed about download and IO tasks. |
gui | bool | |
return | System |
public Execute ( [ |
||
args | [ |
The command-line arguments to handle. |
return | ExitCode |