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

Inheritance: DependenciesBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
BuilderUidDependency ( IBuilder builder ) : System.Diagnostics.Contracts

Creates the dependency on the given builder's UID

Dump ( IUserOutput output ) : void

Protected Methods

Method Description
CreateFingerprint ( ) : IDependencyFingerprint

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

Method Details

BuilderUidDependency() public method

Creates the dependency on the given builder's UID
public BuilderUidDependency ( IBuilder builder ) : System.Diagnostics.Contracts
builder IBuilder Builder to depend on
return System.Diagnostics.Contracts

CreateFingerprint() protected method

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

Dump() public method

public Dump ( IUserOutput output ) : void
output IUserOutput
return void