C# Class ZeroInstall.Commands.CliCommands.AddFeed

Register an additional source of implementations (versions) of a program.
Inheritance: AddRemoveFeedCommand
Show file Open project: 0install/0install-win

Public Methods

Method Description
AddFeed ( [ handler ) : System

Protected Methods

Method Description
ExecuteHelper ( IEnumerable interfaces, FeedReference source, Stability suggestedStabilityPolicy ) : ExitCode

Method Details

AddFeed() public method

public AddFeed ( [ handler ) : System
handler [
return System

ExecuteHelper() protected method

protected ExecuteHelper ( IEnumerable interfaces, FeedReference source, Stability suggestedStabilityPolicy ) : ExitCode
interfaces IEnumerable
source FeedReference
suggestedStabilityPolicy Stability
return ExitCode