C# Класс Bari.Core.Build.Dependencies.SourceSetDependencies

Represents dependency on a full SourceSet
Наследование: DependenciesBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dump ( IUserOutput output ) : void
SourceSetDependencies ( ISourceSetFingerprintFactory fingerprintFactory, ISourceSet sourceSet, bool>.Func exclusions = null ) : System

Constructs the dependency object

Защищенные методы

Метод Описание
CreateFingerprint ( ) : IDependencyFingerprint

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

Описание методов

CreateFingerprint() защищенный Метод

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Результат IDependencyFingerprint

Dump() публичный Метод

public Dump ( IUserOutput output ) : void
output IUserOutput
Результат void

SourceSetDependencies() публичный Метод

Constructs the dependency object
public SourceSetDependencies ( ISourceSetFingerprintFactory fingerprintFactory, ISourceSet sourceSet, bool>.Func exclusions = null ) : System
fingerprintFactory ISourceSetFingerprintFactory The interface to create new fingerprint instances
sourceSet ISourceSet The source set on which we are depending on
exclusions bool>.Func Exclusion function, if returns true for a file name, it won't be taken into account as a dependency
Результат System