C# 클래스 NuGet.UnzippedPackageRepository

상속: PackageRepositoryBase, IPackageLookup
파일 보기 프로젝트 열기: xero-github/Nuget

Private Properties

프로퍼티 타입 설명
GetPackageFileName string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPackageFileName ( string packageId, SemanticVersion version ) : string

메소드 상세

Exists() 공개 메소드

public Exists ( string packageId, SemanticVersion version ) : bool
packageId string
version SemanticVersion
리턴 bool

FindPackage() 공개 메소드

public FindPackage ( string packageId, SemanticVersion version ) : IPackage
packageId string
version SemanticVersion
리턴 IPackage

GetPackages() 공개 메소드

public GetPackages ( ) : IQueryable
리턴 IQueryable

UnzippedPackageRepository() 공개 메소드

public UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO
pathResolver IPackagePathResolver
fileSystem IFileSystem
리턴 System.IO

UnzippedPackageRepository() 공개 메소드

public UnzippedPackageRepository ( string physicalPath ) : System.IO
physicalPath string
리턴 System.IO