C# Class Bari.Core.Build.Dependencies.MultipleDependencies

Represents a set of builder dependencies, where each individual dependency has to be met.
Inheritance: IDependencies
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Dump ( IUserOutput output ) : void
MultipleDependencies ( ) : System

Creates the dependency

MultipleDependencies ( IEnumerable deps ) : System

Creates the dependency

Méthodes protégées

Méthode Description
CreateFingerprint ( ) : IDependencyFingerprint

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.

Method Details

CreateFingerprint() protected méthode

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Résultat IDependencyFingerprint

Dump() public méthode

public Dump ( IUserOutput output ) : void
output IUserOutput
Résultat void

MultipleDependencies() public méthode

Creates the dependency
public MultipleDependencies ( ) : System
Résultat System

MultipleDependencies() public méthode

Creates the dependency
public MultipleDependencies ( IEnumerable deps ) : System
deps IEnumerable The dependencies to combine into one
Résultat System