| Package | Description |
|---|---|
| org.quattor.pan |
Contains the high-level classes used to invoke the pan language compiler.
|
| Modifier and Type | Method and Description |
|---|---|
CompilerResults |
Compiler.process()
Process the templates referenced by the CompilerOptions object used to initialize this instance.
|
static CompilerResults |
Compiler.run(CompilerOptions options,
List<String> objectNames,
Collection<File> tplFiles)
This is a convenience method which creates a compiler and then invokes the
process method. |
Copyright © 2014 Quattor. All Rights Reserved.