C# 클래스 ZeroInstall.Commands.CommandBase

Common base class for frontend commands.
상속: ServiceLocator
파일 보기 프로젝트 열기: 0install/0install-win

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
FindByShortName ( [ shortName ) : Feed
GetCanonicalUri ( string uri ) : FeedUri
GetCatalog ( ) : Catalog
ResolveAlias ( string aliasName ) : FeedUri
TryResolveCatalog ( string shortName ) : FeedUri

메소드 상세

CommandBase() 보호된 메소드

Creates a new command base.
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.
리턴 System

SelfUpdateCheck() 보호된 메소드

Periodically checks Zero Install itself for updates in a background proccess.
protected SelfUpdateCheck ( ) : void
리턴 void

StartCommandBackground() 보호된 정적인 메소드

Starts executing a "0install" command in a background process. Returns immediately.
protected static StartCommandBackground ( [ command ) : void
command [ The of the command to execute.
리턴 void