C# Class NuDeploy.Core.Services.Installation.NugetPackageExtractor

Inheritance: INugetPackageExtractor
显示文件 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Extract ( IPackage package, string targetFolder ) : NuDeployPackageInfo
NugetPackageExtractor ( IFilesystemAccessor fileSystemAccessor ) : System

Method Details

Extract() public method

public Extract ( IPackage package, string targetFolder ) : NuDeployPackageInfo
package IPackage
targetFolder string
return NuDeploy.Core.Common.NuDeployPackageInfo

NugetPackageExtractor() public method

public NugetPackageExtractor ( IFilesystemAccessor fileSystemAccessor ) : System
fileSystemAccessor IFilesystemAccessor
return System