ChocolateyPackageInstaller Class

Summary

Installer for Chocolatey Packages.
Namespace
Cake.Chocolatey.Module
Base Types
  • IPackageInstaller
graph BT Type-->Base0["IPackageInstaller"] Type["ChocolateyPackageInstaller"] class Type type-node

Syntax

public sealed class ChocolateyPackageInstaller : IPackageInstaller

Constructors

Methods

Name Value Summary
CanInstall(PackageReference, PackageType) bool
Determines whether this instance can install the specified resource.
Install(PackageReference, PackageType, DirectoryPath) IReadOnlyCollection<IFile>
Installs the specified resource at the given location.