C# Class PowerDeploy.Core.Template.TemplateEngine

Exibir arquivo Open project: tobiaszuercher/PowerDeploy Class Usage Examples

Public Methods

Method Description
TemplateEngine ( ) : System.Collections.Generic
TemplateEngine ( IFileSystem fileSystem ) : System.Collections.Generic
TransformDirectory ( string path, Environment targetEnvironment, bool deleteTemplate = true ) : int

Method Details

TemplateEngine() public method

public TemplateEngine ( ) : System.Collections.Generic
return System.Collections.Generic

TemplateEngine() public method

public TemplateEngine ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
return System.Collections.Generic

TransformDirectory() public method

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