C# Class NuGet.AdvancedPackagingTool.Core.PackageExtensions

Exibir arquivo Open project: alexfalkowski/NuGet.AdvancedPackagingTool

Public Methods

Method Description
GetConfigurationPackageFile ( this package ) : IPackageFile
GetInstallPackageFile ( this package ) : IPackageFile
GetSetupPackageFile ( this package ) : IPackageFile
GetTeardownPackageFile ( this package ) : IPackageFile
GetUninstallPackageFile ( this package ) : IPackageFile

Private Methods

Method Description
GetPackageFile ( this package, string fileName ) : IPackageFile
GetToolFile ( IEnumerable toolsFiles, string fileName ) : IPackageFile

Method Details

GetConfigurationPackageFile() public static method

public static GetConfigurationPackageFile ( this package ) : IPackageFile
package this
return IPackageFile

GetInstallPackageFile() public static method

public static GetInstallPackageFile ( this package ) : IPackageFile
package this
return IPackageFile

GetSetupPackageFile() public static method

public static GetSetupPackageFile ( this package ) : IPackageFile
package this
return IPackageFile

GetTeardownPackageFile() public static method

public static GetTeardownPackageFile ( this package ) : IPackageFile
package this
return IPackageFile

GetUninstallPackageFile() public static method

public static GetUninstallPackageFile ( this package ) : IPackageFile
package this
return IPackageFile