C# 클래스 PowerDeploy.Core.Template.TemplateEngine

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

공개 메소드들

메소드 설명
TemplateEngine ( ) : System.Collections.Generic
TemplateEngine ( IFileSystem fileSystem ) : System.Collections.Generic
TransformDirectory ( string path, Environment targetEnvironment, bool deleteTemplate = true ) : int

메소드 상세

TemplateEngine() 공개 메소드

public TemplateEngine ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TemplateEngine() 공개 메소드

public TemplateEngine ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
리턴 System.Collections.Generic

TransformDirectory() 공개 메소드

public TransformDirectory ( string path, Environment targetEnvironment, bool deleteTemplate = true ) : int
path string
targetEnvironment Environment
deleteTemplate bool
리턴 int