C# Class ZeroInstall.Store.ViewModel.CacheNodeBuilder

Builds a list of CacheNodes for Feeds and Implementations.
Inheritance: NanoByte.Common.Tasks.TaskBase
显示文件 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
CacheNodeBuilder ( [ store, [ feedCache ) : System

Creates a new list builder

Protected Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
Add ( CacheNode entry ) : void
Add ( Feed feed ) : void
Add ( ManifestDigest digest ) : void
Add ( string path ) : void

Method Details

CacheNodeBuilder() public method

Creates a new list builder
public CacheNodeBuilder ( [ store, [ feedCache ) : System
store [ Used to list s
feedCache [ Used to load s.
return System

Execute() protected method

protected Execute ( ) : void
return void