IChocolateyContentResolver Interface

Summary

Represents a file locator for Chocolatey packages that returns relevant files given the resource type.
Namespace
Cake.Chocolatey.Module
Implementing Types
graph BT Type["IChocolateyContentResolver"] class Type type-node Implementing0["ChocolateyContentResolver"]-.->Type click Implementing0 "/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyContentResolver"

Syntax

public interface IChocolateyContentResolver

Methods

Name Value Summary
GetFiles(PackageReference, PackageType) IReadOnlyCollection<IFile>
Gets the relevant files for a Chocolatey package given a resource type.