Table of Contents

Class AddFeed

Namespace
ZeroInstall.Commands.Basic
Assembly
0install.dll

Register an additional source of implementations (versions) of a program.

public class AddFeed : AddRemoveFeedCommand
Inheritance
AddFeed
Inherited Members

Constructors

AddFeed(ICommandHandler)

Register an additional source of implementations (versions) of a program.

public AddFeed(ICommandHandler handler)

Parameters

handler ICommandHandler

Fields

Name

public const string Name = "add-feed"

Field Value

string

Properties

Description

A short description of what this command does.

public override string Description { get; }

Property Value

string

Methods

ExecuteHelper(IEnumerable<FeedUri>, FeedReference, Stability)

Registers or unregisters an additional feed source for a set of interfaces.

protected override ExitCode ExecuteHelper(IEnumerable<FeedUri> interfaces, FeedReference source, Stability suggestedStabilityPolicy)

Parameters

interfaces IEnumerable<FeedUri>

The set of interface URIs to register the feed source for.

source FeedReference

The feed reference to register for the interfaces.

suggestedStabilityPolicy Stability

The suggested value for StabilityPolicy. Will be Unset unless there is exactly one Implementation in the Feed.

Returns

ExitCode