PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.IFilePathResolver Interface Reference

Provides a service to resolve path files, including with globbing. More...

Inheritance diagram for PeanutButter.Utils.IFilePathResolver:
PeanutButter.Utils.FilePathResolver

Public Member Functions

IEnumerable< string > Resolve (params string[] patterns)
 Given a bunch of patterns or absolute paths, will return back file entries which match the given paths/patterns.

Detailed Description

Provides a service to resolve path files, including with globbing.

Member Function Documentation

◆ Resolve()

IEnumerable< string > PeanutButter.Utils.IFilePathResolver.Resolve ( params string[] patterns)

Given a bunch of patterns or absolute paths, will return back file entries which match the given paths/patterns.

Parameters
patterns
Returns

Implemented in PeanutButter.Utils.FilePathResolver.


The documentation for this interface was generated from the following file:
  • source/Utils/PeanutButter.Utils/FilePathResolver.cs