C# Class ZeroInstall.Services.SelectionsManager

Provides methods for filtering Selections.
Inheritance: ISelectionsManager
显示文件 Open project: 0install/0install-win

Public Methods

Method Description
GetImplementations ( IEnumerable selections ) : IEnumerable
GetUncachedSelections ( Selections selections ) : IEnumerable
SelectionsManager ( [ feedManager, [ store, [ packageManager ) : System

Creates a new selections manager

Method Details

GetImplementations() public method

public GetImplementations ( IEnumerable selections ) : IEnumerable
selections IEnumerable
return IEnumerable

GetUncachedSelections() public method

public GetUncachedSelections ( Selections selections ) : IEnumerable
selections Selections
return IEnumerable

SelectionsManager() public method

Creates a new selections manager
public SelectionsManager ( [ feedManager, [ store, [ packageManager ) : System
feedManager [ Used to load s containing the original s.
store [ The locations to search for cached s.
packageManager [ An external package manager that can install s.
return System