ChocolateyContentResolver Class

Summary

Locates and lists contents of Chocolatey Packages.
Namespace
Cake.Chocolatey.Module
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IChocolateyContentResolver"] click Interface0 "/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/IChocolateyContentResolver" Type["ChocolateyContentResolver"] class Type type-node

Syntax

public class ChocolateyContentResolver : IChocolateyContentResolver

Constructors

Methods

Name Value Summary
GetFiles(PackageReference, PackageType) IReadOnlyCollection<IFile>
Collects all the files for the given Chocolatey Package.