C# 클래스 ZeroInstall.Publish.Cli.CaptureCommand

Represents a single run of the 0publish tool in capture mode.
상속: ICommand
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
CaptureCommand ( IEnumerable args, ITaskHandler handler ) : System
Execute ( ) : ExitCode

비공개 메소드들

메소드 설명
FileExists ( string path ) : bool
Finish ( ) : ExitCode
PrintHelp ( ) : ExitCode
Start ( ) : ExitCode

메소드 상세

CaptureCommand() 공개 메소드

public CaptureCommand ( IEnumerable args, ITaskHandler handler ) : System
args IEnumerable
handler ITaskHandler
리턴 System

Execute() 공개 메소드

public Execute ( ) : ExitCode
리턴 ExitCode