C# 클래스 Bari.Core.Build.Dependencies.SourceSetDependencies

Represents dependency on a full SourceSet
상속: DependenciesBase
파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 메소드들

메소드 설명
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