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

Represents dependency on the items of a SourceSet, but not on the source files' content
Inheritance: DependenciesBase
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Dump ( IUserOutput output ) : void
SourceSetStructureDependency ( ISourceSetFingerprintFactory fingerprintFactory, ISourceSet sourceSet, bool>.Func exclusions = null ) : System

Constructs the dependency object

Méthodes protégées

Méthode Description
CreateFingerprint ( ) : IDependencyFingerprint

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

Method Details

CreateFingerprint() protected méthode

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

Dump() public méthode

public Dump ( IUserOutput output ) : void
output IUserOutput
Résultat void

SourceSetStructureDependency() public méthode

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
Résultat System