C# Class ZeroInstall.Store.ViewModel.CacheNodeBuilder

Builds a list of CacheNodes for Feeds and Implementations.
Inheritance: NanoByte.Common.Tasks.TaskBase
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
CacheNodeBuilder ( [ store, [ feedCache ) : System

Creates a new list builder

Méthodes protégées

Méthode Description
Execute ( ) : void

Private Methods

Méthode Description
Add ( CacheNode entry ) : void
Add ( Feed feed ) : void
Add ( ManifestDigest digest ) : void
Add ( string path ) : void

Method Details

CacheNodeBuilder() public méthode

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

Execute() protected méthode

protected Execute ( ) : void
Résultat void