C# Class Bottles.PackageLoaders.LinkedFolders.LinkedFolderPackageLoader

To be used in other projects (ie FubuMVC) to allow additional packages to be loaded via the .links file.
Inheritance: IPackageLoader, DescribesItself
Mostrar archivo Open project: DarthFubuMVC/bottles

Public Methods

Method Description
Describe ( FubuCore.Descriptions.Description description ) : void
LinkedFolderPackageLoader ( string applicationDirectory, string>.Func getContentFolderFromPackageFolder ) : System
Load ( IPackageLog log ) : IEnumerable

Method Details

Describe() public method

public Describe ( FubuCore.Descriptions.Description description ) : void
description FubuCore.Descriptions.Description
return void

LinkedFolderPackageLoader() public method

public LinkedFolderPackageLoader ( string applicationDirectory, string>.Func getContentFolderFromPackageFolder ) : System
applicationDirectory string
getContentFolderFromPackageFolder string>.Func
return System

Load() public method

public Load ( IPackageLog log ) : IEnumerable
log IPackageLog
return IEnumerable