Method | Description | |
---|---|---|
GetPackageDirectory ( string packageId, SemanticVersion version ) : string |
Gets the package directory.
|
|
RockPackagePathResolver ( IFileSystem fileSystem ) : System |
Initializes a new instance of the RockPackagePathResolver class.
|
public GetPackageDirectory ( string packageId, SemanticVersion version ) : string | ||
packageId | string | The package id. |
version | SemanticVersion | The version. |
return | string |
public RockPackagePathResolver ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | The file system. |
return | System |