C# Class ZeroInstall.Publish.Cli.CaptureCommand

Represents a single run of the 0publish tool in capture mode.
Inheritance: ICommand
Show file Open project: 0install/0install-win

Public Methods

Method Description
CaptureCommand ( IEnumerable args, ITaskHandler handler ) : System
Execute ( ) : ExitCode

Private Methods

Method Description
FileExists ( string path ) : bool
Finish ( ) : ExitCode
PrintHelp ( ) : ExitCode
Start ( ) : ExitCode

Method Details

CaptureCommand() public method

public CaptureCommand ( IEnumerable args, ITaskHandler handler ) : System
args IEnumerable
handler ITaskHandler
return System

Execute() public method

public Execute ( ) : ExitCode
return ExitCode