C# Класс ZeroInstall.Publish.FeedBuilder

Builds simple Feeds containing a single Implementation.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Build ( ) : SignedFeed

Generates a feed as described by the properties.

CalculateDigest ( ITaskHandler handler ) : void

Calculates the ManifestDigest.

DetectCandidates ( ITaskHandler handler ) : void

Detects Candidates in the ImplementationDirectory.

Dispose ( ) : void

Deletes the TemporaryDirectory.

GenerateCommands ( ) : void

Generates Commands and EntryPoints bases on Candidates and MainCandidate.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Build() публичный Метод

Generates a feed as described by the properties.
is null.
public Build ( ) : SignedFeed
Результат SignedFeed

CalculateDigest() публичный Метод

Calculates the ManifestDigest.
is null or empty. The user canceled the task. There was a problem generating the manifest. Write access to temporary files was not permitted.
public CalculateDigest ( ITaskHandler handler ) : void
handler ITaskHandler A callback object used when the the user needs to be informed about IO tasks.
Результат void

DetectCandidates() публичный Метод

Detects Candidates in the ImplementationDirectory.
is null or empty. The user canceled the task. There was a problem generating the manifest or detectng the executables. Write access to temporary files was not permitted.
public DetectCandidates ( ITaskHandler handler ) : void
handler ITaskHandler A callback object used when the the user needs to be informed about IO tasks.
Результат void

Dispose() публичный Метод

Deletes the TemporaryDirectory.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GenerateCommands() публичный Метод

Generates Commands and EntryPoints bases on Candidates and MainCandidate.
is null.
public GenerateCommands ( ) : void
Результат void