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

Represents dependency on the items of a SourceSet, but not on the source files' content
Наследование: DependenciesBase
Показать файл Открыть проект

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

Метод Описание
Dump ( IUserOutput output ) : void
SourceSetStructureDependency ( 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

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

Constructs the dependency object
public SourceSetStructureDependency ( 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