C# Class NuGet.UnzippedPackageRepository

Inheritance: PackageRepositoryBase, IPackageLookup
Afficher le fichier Open project: xero-github/Nuget

Private Properties

Свойство Type Description
GetPackageFileName string

Méthodes publiques

Méthode Description
Exists ( string packageId, SemanticVersion version ) : bool
FindPackage ( string packageId, SemanticVersion version ) : IPackage
GetPackages ( ) : IQueryable
UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO
UnzippedPackageRepository ( string physicalPath ) : System.IO

Private Methods

Méthode Description
GetPackageFileName ( string packageId, SemanticVersion version ) : string

Method Details

Exists() public méthode

public Exists ( string packageId, SemanticVersion version ) : bool
packageId string
version SemanticVersion
Résultat bool

FindPackage() public méthode

public FindPackage ( string packageId, SemanticVersion version ) : IPackage
packageId string
version SemanticVersion
Résultat IPackage

GetPackages() public méthode

public GetPackages ( ) : IQueryable
Résultat IQueryable

UnzippedPackageRepository() public méthode

public UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO
pathResolver IPackagePathResolver
fileSystem IFileSystem
Résultat System.IO

UnzippedPackageRepository() public méthode

public UnzippedPackageRepository ( string physicalPath ) : System.IO
physicalPath string
Résultat System.IO