Метод | Описание | |
---|---|---|
Dump ( IUserOutput output ) : void | ||
FSRepositoryReferenceDependencies ( IFSRepositoryFingerprintFactory fingerprintFactory, IFileSystemRepositoryAccess repository, string path ) : System.IO |
Constructs the dependency object
|
Метод | Описание | |
---|---|---|
CreateFingerprint ( ) : IDependencyFingerprint |
Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
|
protected CreateFingerprint ( ) : IDependencyFingerprint | ||
Результат | IDependencyFingerprint |
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 |
Результат | System.IO |