Class RemoveFeed
- Namespace
- ZeroInstall.Commands.Basic
- Assembly
- 0install.dll
Un-register a feed, reversing the effect of AddFeed.
public class RemoveFeed : AddRemoveFeedCommand
- Inheritance
-
RemoveFeed
- Inherited Members
Constructors
RemoveFeed(ICommandHandler)
Un-register a feed, reversing the effect of AddFeed.
public RemoveFeed(ICommandHandler handler)
Parameters
handler
ICommandHandler
Fields
Name
public const string Name = "remove-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
interfaces
IEnumerable<FeedUri>The set of interface URIs to register the feed
source
for.source
FeedReferenceThe feed reference to register for the
interfaces
.suggestedStabilityPolicy
StabilityThe suggested value for StabilityPolicy. Will be Unset unless there is exactly one Implementation in the Feed.