C# Class Cassette.Configuration.BundleContainerFactoryBase

Inheritance: IBundleContainerFactory
Show file Open project: Zocdoc/cassette

Public Methods

Method Description
CreateBundleContainer ( ) : IBundleContainer

Protected Methods

Method Description
BundleContainerFactoryBase ( Cassette.Configuration.CassetteSettings settings ) : System.Collections.Generic
CreateExternalBundlesUrlReferences ( BundleCollection bundles ) : IEnumerable
ProcessAllBundles ( IList bundles ) : void
ProcessSingleBundle ( IFileHelper fileHelper, IDirectory directory, List bundlesToSort, string>.Dictionary uncachedToCachedFiles, Bundle bundle, AssignHash hasher ) : Bundle

Private Methods

Method Description
IsCompositeBundle ( Bundle bundle ) : bool

Method Details

BundleContainerFactoryBase() protected method

protected BundleContainerFactoryBase ( Cassette.Configuration.CassetteSettings settings ) : System.Collections.Generic
settings Cassette.Configuration.CassetteSettings
return System.Collections.Generic

CreateBundleContainer() public abstract method

public abstract CreateBundleContainer ( ) : IBundleContainer
return IBundleContainer

CreateExternalBundlesUrlReferences() protected method

protected CreateExternalBundlesUrlReferences ( BundleCollection bundles ) : IEnumerable
bundles BundleCollection
return IEnumerable

ProcessAllBundles() protected method

protected ProcessAllBundles ( IList bundles ) : void
bundles IList
return void

ProcessSingleBundle() protected method

protected ProcessSingleBundle ( IFileHelper fileHelper, IDirectory directory, List bundlesToSort, string>.Dictionary uncachedToCachedFiles, Bundle bundle, AssignHash hasher ) : Bundle
fileHelper IFileHelper
directory IDirectory
bundlesToSort List
uncachedToCachedFiles string>.Dictionary
bundle Bundle
hasher AssignHash
return Bundle