Ambition.TemplateCompiler – ambition Reference Manual
Packages
ambition
Ambition
TemplateCompiler
@namespace
TemplateCompiler
compile
compile_all
TemplateCompiler
Object Hierarchy:
Description:
public
class
TemplateCompiler
Functionality to compile Ambition templates into .vala source files. Used by the ambition binary.
Namespace:
Ambition
Package:
ambition
Content:
Properties:
public
string
@namespace
{
set
;
get
; }
Namespace of the template, used in the namespace directive.
Creation methods:
public
TemplateCompiler
()
Methods:
public
string
?
compile
(
string
template_name)
throws
TemplateCompileError
Compile the given template filename into the corresponding Vala source.
public
void
compile_all
(
string
input_path,
string
output_path)
throws
TemplateCompileError
Compile all vtmpl files in the given directory to vala.