C# 클래스 ZeroInstall.Commands.Utils.Exporter

Exports feeds and implementations listed in a set of Selections.
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
DeployBootstrapIntegrate ( [ handler ) : void

Deploys a bootstrap file for importing exported feeds and implementations.

DeployBootstrapRun ( [ handler ) : void

Deploys a bootstrap file for importing exported feeds and implementations.

DeployImportScript ( ) : void

Deploys a bootstrap file for importing exported feeds and implementations.

ExportFeeds ( [ feedCache, [ openPgp ) : void

Exports all feeds listed in a Selections document along with any OpenPGP public key files required for validation.

ExportImplementations ( [ store, [ handler ) : void

Exports all implementations listed in a Selections document as archives.

Exporter ( [ selections, Architecture architecture, [ destination ) : System

Creates a new exporter.

Exporter ( [ selections, [ requirements, [ destination ) : System

Creates a new exporter.

비공개 메소드들

메소드 설명
DeployBootstrap ( [ handler, [ mode ) : void

메소드 상세

DeployBootstrapIntegrate() 공개 메소드

Deploys a bootstrap file for importing exported feeds and implementations.
public DeployBootstrapIntegrate ( [ handler ) : void
handler [ A callback object used when the the user needs to be asked questions or informed about download and IO tasks.
리턴 void

DeployBootstrapRun() 공개 메소드

Deploys a bootstrap file for importing exported feeds and implementations.
public DeployBootstrapRun ( [ handler ) : void
handler [ A callback object used when the the user needs to be asked questions or informed about download and IO tasks.
리턴 void

DeployImportScript() 공개 메소드

Deploys a bootstrap file for importing exported feeds and implementations.
public DeployImportScript ( ) : void
리턴 void

ExportFeeds() 공개 메소드

Exports all feeds listed in a Selections document along with any OpenPGP public key files required for validation.
The file could not be read or written. Write access to the directory is not permitted. A feed or GnuPG could not be read from the cache.
public ExportFeeds ( [ feedCache, [ openPgp ) : void
feedCache [ Used to get local feed files.
openPgp [ Used to get export keys feeds were signed with.
리턴 void

ExportImplementations() 공개 메소드

Exports all implementations listed in a Selections document as archives.
The user canceled the task. The file could not be read or written. Write access to the directory is not permitted. An implementation archive could not be creates.
public ExportImplementations ( [ store, [ handler ) : void
store [ Used to get cached implementations.
handler [ A callback object used when the the user needs to be asked questions or informed about download and IO tasks.
리턴 void

Exporter() 공개 메소드

Creates a new exporter.
public Exporter ( [ selections, Architecture architecture, [ destination ) : System
selections [ A list of s to check for referenced feeds.
architecture Architecture The target architecture to use for bootstrap binaries.
destination [ The path of the directory to export to.
리턴 System

Exporter() 공개 메소드

Creates a new exporter.
The directory could not be createdor. Creating the directory is not permitted.
public Exporter ( [ selections, [ requirements, [ destination ) : System
selections [ A list of s to check for referenced feeds.
requirements [ The used to generate the .
destination [ The path of the directory to export to.
리턴 System