|
| virtual void | Generate (AbsolutePath templatesPath, AbsolutePath currentFolder, string name) |
| |
| virtual SourceFileModel | GetModelFromArguments (AbsolutePath currentFolder, string name) |
| |
|
| static void | CheckErrors (Template template) |
| |
| static void | RenderFile (AbsolutePath templateRoot, RelativePath source, AbsolutePath destinationFolder, object model) |
| | Render a file from a scriban template.
|
| |
| static void | RenderFolder (AbsolutePath templateRoot, AbsolutePath destinationFolder, object model, AbsolutePath? currentFolder=null) |
| | Render scriban templated scaffoldings and files to destination folder.
|
| |
Definition at line 19 of file SourceFileGenerator.cs.
◆ CheckInsideSourceFolder()
| void Nuke.Unreal.BoilerplateGenerators.SourceFileGenerator.CheckInsideSourceFolder |
( |
AbsolutePath | currentFolder | ) |
|
|
protected |
◆ Generate()
| virtual void Nuke.Unreal.BoilerplateGenerators.SourceFileGenerator.Generate |
( |
AbsolutePath | templatesPath, |
|
|
AbsolutePath | currentFolder, |
|
|
string | name ) |
|
virtual |
◆ GetModelFromArguments()
| virtual SourceFileModel Nuke.Unreal.BoilerplateGenerators.SourceFileGenerator.GetModelFromArguments |
( |
AbsolutePath | currentFolder, |
|
|
string | name ) |
|
virtual |
◆ Model
| SourceFileModel? Nuke.Unreal.BoilerplateGenerators.SourceFileGenerator.Model |
|
protected |
◆ TemplateSubfolder
| string Nuke.Unreal.BoilerplateGenerators.SourceFileGenerator.TemplateSubfolder |
|
getabstract |
The documentation for this class was generated from the following file: