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
handlerICommandHandler
Fields
Name
public const string Name = "add-feed"
Field Value
Properties
Description
A short description of what this command does.
public override string Description { get; }
Property Value
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
interfacesIEnumerable<FeedUri>The set of interface URIs to register the feed
sourcefor.sourceFeedReferenceThe feed reference to register for the
interfaces.suggestedStabilityPolicyStabilityThe suggested value for StabilityPolicy. Will be Unset unless there is exactly one Implementation in the Feed.