Method | Description | |
---|---|---|
Dump ( IUserOutput output ) : void | ||
SourceSetDependencies ( ISourceSetFingerprintFactory fingerprintFactory, ISourceSet sourceSet, bool>.Func |
Constructs the dependency object
|
Method | Description | |
---|---|---|
CreateFingerprint ( ) : IDependencyFingerprint |
Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
|
protected CreateFingerprint ( ) : IDependencyFingerprint | ||
return | IDependencyFingerprint |
public SourceSetDependencies ( ISourceSetFingerprintFactory fingerprintFactory, ISourceSet sourceSet, bool>.Func |
||
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 |
return | System |