C# Class Ignite.Assets.AssetResolver

Inheritance: IAssetResolver
显示文件 Open project: TheCloudlessSky/Ignite Class Usage Examples

Public Methods

Method Description
AssetResolver ( IFileSystem fileSystem ) : System
GetAssets ( string appPath, IEnumerable included, IEnumerable excluded ) : IList

Private Methods

Method Description
ResolvePath ( string appPath, string path ) : IEnumerable

Method Details

AssetResolver() public method

public AssetResolver ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

GetAssets() public method

public GetAssets ( string appPath, IEnumerable included, IEnumerable excluded ) : IList
appPath string
included IEnumerable
excluded IEnumerable
return IList