C# Class Batman.MVC.Assets.AssetManager

Asset manager class
Show file Open project: JaCraig/Batman

Public Methods

Method Description
AssetManager ( ) : System

Constructor

CreateBundles ( ) : void

Auto creates the bundles for the given directory

DetermineType ( string Path ) : AssetType

Determines the asset type

Process ( IList Assets, BundleContext Context, BundleResponse Response ) : void

Processes the assets

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Method Description
CreateBundles ( IDirectory Directory ) : void

Auto creates the bundles for the given directory

Method Details

AssetManager() public method

Constructor
public AssetManager ( ) : System
return System

CreateBundles() public method

Auto creates the bundles for the given directory
public CreateBundles ( ) : void
return void

DetermineType() public method

Determines the asset type
public DetermineType ( string Path ) : AssetType
Path string Path to the asset
return AssetType

Process() public method

Processes the assets
public Process ( IList Assets, BundleContext Context, BundleResponse Response ) : void
Assets IList Assets to process
Context BundleContext The bundle context
Response BundleResponse The bundle response
return void

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string