C# 클래스 RequireJsNet.Compressor.ConfigProcessor

파일 보기 프로젝트 열기: vtfuture/RequireJSDotNet 1 사용 예제들

공개 메소드들

메소드 설명
ParseConfigs ( ) : List

보호된 메소드들

메소드 설명
FindConfigs ( ) : void
GetEntryPointPath ( ) : string
GetOutputPath ( string outputPath, string bundleName ) : string
ResolvePhysicalPath ( string relativePath, string directory = "" ) : string

비공개 메소드들

메소드 설명
resolveModulePath ( string relativePath, string entry, string directory ) : string

메소드 상세

FindConfigs() 보호된 메소드

protected FindConfigs ( ) : void
리턴 void

GetEntryPointPath() 보호된 메소드

protected GetEntryPointPath ( ) : string
리턴 string

GetOutputPath() 보호된 메소드

protected GetOutputPath ( string outputPath, string bundleName ) : string
outputPath string
bundleName string
리턴 string

ParseConfigs() 공개 추상적인 메소드

public abstract ParseConfigs ( ) : List
리턴 List

ResolvePhysicalPath() 보호된 메소드

protected ResolvePhysicalPath ( string relativePath, string directory = "" ) : string
relativePath string
directory string
리턴 string