Bari.Plugins.FSRepository.Build.Dependencies.FSRepositoryReferenceDependencies.FSRepositoryReferenceDependencies C# (CSharp) Method

FSRepositoryReferenceDependencies() public method

Constructs the dependency object
public FSRepositoryReferenceDependencies ( IFSRepositoryFingerprintFactory fingerprintFactory, IFileSystemRepositoryAccess repository, string path ) : System.IO
fingerprintFactory IFSRepositoryFingerprintFactory The interface to create new fingerprint instances
repository IFileSystemRepositoryAccess The interface to access the file system based repository
path string Resolved path of the dependency
return System.IO
        public FSRepositoryReferenceDependencies(IFSRepositoryFingerprintFactory fingerprintFactory, IFileSystemRepositoryAccess repository, string path)
        {
            this.fingerprintFactory = fingerprintFactory;
            this.repository = repository;
            this.path = path;
        }