C# Class NuGet.PowerShell.Commands.NewPackageCommand

Inheritance: NuGetBaseCommand
显示文件 Open project: monoman/NugetCracker

Private Properties

Property Type Description
FindSpecFile IEnumerable
GetPackageFilePath string
GetSpecFilePath string
GetTargetFilePath string
RemoveExludedFiles void

Public Methods

Method Description
NewPackageCommand ( ) : System
NewPackageCommand ( ISolutionManager solutionManager, IVsPackageManagerFactory packageManagerFactory, IHttpClientEvents httpClientEvents ) : System

Protected Methods

Method Description
ProcessRecordCore ( ) : void

Private Methods

Method Description
FindSpecFile ( EnvDTE projectIns, string specFile ) : IEnumerable
GetPackageFilePath ( string outputFile, string projectPath, string id, SemanticVersion version ) : string
GetSpecFilePath ( Project projectIns ) : string
GetTargetFilePath ( Project projectIns, PackageBuilder builder ) : string
RemoveExludedFiles ( PackageBuilder builder ) : void

Method Details

NewPackageCommand() public method

public NewPackageCommand ( ) : System
return System

NewPackageCommand() public method

public NewPackageCommand ( ISolutionManager solutionManager, IVsPackageManagerFactory packageManagerFactory, IHttpClientEvents httpClientEvents ) : System
solutionManager ISolutionManager
packageManagerFactory IVsPackageManagerFactory
httpClientEvents IHttpClientEvents
return System

ProcessRecordCore() protected method

protected ProcessRecordCore ( ) : void
return void