C# Class Fanx.Util.EnvScripts

ScriptUtil manages script caching and compilation.
ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
compile ( File file, Map options ) : Type

Private Methods

Method Description
cacheKey ( File f ) : string
compile ( string podName, File f, Map options ) : Pod
generatePodName ( File f ) : string
getCache ( File file ) : CachedScript
getOption ( Map options, string key, bool def ) : bool
putCache ( File file, Type t ) : void

Method Details

compile() public method

public compile ( File file, Map options ) : Type
file Fan.Sys.File
options Fan.Sys.Map
return Fan.Sys.Type