C# Class Rock.Services.NuGet.RockPackagePathResolver

Inheritance: NuGet.DefaultPackagePathResolver
ファイルを表示 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetPackageDirectory ( string packageId, SemanticVersion version ) : string

Gets the package directory.

RockPackagePathResolver ( IFileSystem fileSystem ) : System

Initializes a new instance of the RockPackagePathResolver class.

Method Details

GetPackageDirectory() public method

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

RockPackagePathResolver() public method

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