C# Class RequireJsNet.Compressor.ConfigProcessor

Afficher le fichier Open project: vtfuture/RequireJSDotNet Class Usage Examples

Méthodes publiques

Méthode Description
ParseConfigs ( ) : List

Méthodes protégées

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

Private Methods

Méthode Description
resolveModulePath ( string relativePath, string entry, string directory ) : string

Method Details

FindConfigs() protected méthode

protected FindConfigs ( ) : void
Résultat void

GetEntryPointPath() protected méthode

protected GetEntryPointPath ( ) : string
Résultat string

GetOutputPath() protected méthode

protected GetOutputPath ( string outputPath, string bundleName ) : string
outputPath string
bundleName string
Résultat string

ParseConfigs() public abstract méthode

public abstract ParseConfigs ( ) : List
Résultat List

ResolvePhysicalPath() protected méthode

protected ResolvePhysicalPath ( string relativePath, string directory = "" ) : string
relativePath string
directory string
Résultat string