C# Class Rock.Services.NuGet.RockPackagePathResolver

Inheritance: NuGet.DefaultPackagePathResolver
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RockPackagePathResolver() public méthode

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