C# 클래스 Rock.Services.NuGet.RockPackagePathResolver

상속: NuGet.DefaultPackagePathResolver
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

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

Gets the package directory.

RockPackagePathResolver ( IFileSystem fileSystem ) : System

Initializes a new instance of the RockPackagePathResolver class.

메소드 상세

GetPackageDirectory() 공개 메소드

Gets the package directory.
public GetPackageDirectory ( string packageId, SemanticVersion version ) : string
packageId string The package id.
version SemanticVersion The version.
리턴 string

RockPackagePathResolver() 공개 메소드

Initializes a new instance of the RockPackagePathResolver class.
public RockPackagePathResolver ( IFileSystem fileSystem ) : System
fileSystem IFileSystem The file system.
리턴 System