C# 클래스 NodeAssets.Core.SourceManager.DefaultSourceManager

상속: ISourceManager, IDisposable
파일 보기 프로젝트 열기: ajorkowski/NodeAssets 1 사용 예제들

공개 메소드들

메소드 설명
DefaultSourceManager ( bool combine, string compileExtension, string compilationDirectory, ISourceCompiler compiler ) : System
Dispose ( ) : void
FindDestinationPile ( ) : IPile
SetPileAsSource ( IPile pile, CompilerConfiguration compilerManager ) : Task

비공개 메소드들

메소드 설명
AttemptWrite ( string path, string text ) : void
CompileAndSetupWatchers ( ) : Task
CompileFile ( string pile, FileInfo file, int count, bool setupWatchers ) : Task
CompilePile ( string pile, bool setupWatchers ) : Task
PileOnFileUpdated ( object sender, FileChangedEvent fileChangedEvent ) : void

메소드 상세

DefaultSourceManager() 공개 메소드

public DefaultSourceManager ( bool combine, string compileExtension, string compilationDirectory, ISourceCompiler compiler ) : System
combine bool
compileExtension string
compilationDirectory string
compiler ISourceCompiler
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindDestinationPile() 공개 메소드

public FindDestinationPile ( ) : IPile
리턴 IPile

SetPileAsSource() 공개 메소드

public SetPileAsSource ( IPile pile, CompilerConfiguration compilerManager ) : Task
pile IPile
compilerManager CompilerConfiguration
리턴 Task