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

Represents dependency on the items of a SourceSet, but not on the source files' content
상속: DependenciesBase
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

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