C# Class ZeroInstall.Commands.CliCommands.Export

Exports all feeds and implementations required to launch the program specified by URI.
Inheritance: Download
Show file Open project: 0install/0install-win

Public Methods

Method Description
Execute ( ) : ExitCode
Export ( [ handler ) : System
Parse ( IEnumerable args ) : void

Protected Methods

Method Description
ShowOutput ( ) : ExitCode
Solve ( ) : void

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

Export() public method

public Export ( [ handler ) : System
handler [
return System

Parse() public method

public Parse ( IEnumerable args ) : void
args IEnumerable
return void

ShowOutput() protected method

protected ShowOutput ( ) : ExitCode
return ExitCode

Solve() protected method

protected Solve ( ) : void
return void