Bari.Core.Build.Dependencies.SourceSetStructureDependency.CreateFingerprint C# (CSharp) Method

CreateFingerprint() protected method

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
return IDependencyFingerprint
        protected override IDependencyFingerprint CreateFingerprint()
        {
            return fingerprintFactory.CreateSourceSetFingerprint(sourceSet.Files, exclusions, fullDependency: false);
        }