C# Class RequireJsNet.Compressor.ConfigProcessor

Exibir arquivo Open project: vtfuture/RequireJSDotNet Class Usage Examples

Public Methods

Method Description
ParseConfigs ( ) : List

Protected Methods

Method Description
FindConfigs ( ) : void
GetEntryPointPath ( ) : string
GetOutputPath ( string outputPath, string bundleName ) : string
ResolvePhysicalPath ( string relativePath, string directory = "" ) : string

Private Methods

Method Description
resolveModulePath ( string relativePath, string entry, string directory ) : string

Method Details

FindConfigs() protected method

protected FindConfigs ( ) : void
return void

GetEntryPointPath() protected method

protected GetEntryPointPath ( ) : string
return string

GetOutputPath() protected method

protected GetOutputPath ( string outputPath, string bundleName ) : string
outputPath string
bundleName string
return string

ParseConfigs() public abstract method

public abstract ParseConfigs ( ) : List
return List

ResolvePhysicalPath() protected method

protected ResolvePhysicalPath ( string relativePath, string directory = "" ) : string
relativePath string
directory string
return string