C# 클래스 UniAspect.Weaver

파일 보기 프로젝트 열기: UnicoenProject/UniAspect

공개 메소드들

메소드 설명
AnalizeAspect ( string aspectPath ) : void
CleanOutputAndGetOutputPath ( ) : string
Collect ( string folderRootPath ) : IEnumerable
Run ( string directoryPath ) : void
Weave ( string language, UnifiedProgram model ) : void

비공개 메소드들

메소드 설명
ExtenstionToLanguageName ( string ext ) : string

메소드 상세

AnalizeAspect() 공개 정적인 메소드

public static AnalizeAspect ( string aspectPath ) : void
aspectPath string
리턴 void

CleanOutputAndGetOutputPath() 공개 정적인 메소드

public static CleanOutputAndGetOutputPath ( ) : string
리턴 string

Collect() 공개 정적인 메소드

public static Collect ( string folderRootPath ) : IEnumerable
folderRootPath string
리턴 IEnumerable

Run() 공개 정적인 메소드

public static Run ( string directoryPath ) : void
directoryPath string
리턴 void

Weave() 공개 정적인 메소드

public static Weave ( string language, UnifiedProgram model ) : void
language string
model UnifiedProgram
리턴 void