| Package | Description |
|---|---|
| org.quattor.pan.cache | |
| org.quattor.pan.tasks |
Provides classes that implement parallel tasks within the compiler.
|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Field and Description |
|---|---|
protected Compiler |
AbstractCache.compiler
Reference to the compiler associated with this cache.
|
| Constructor and Description |
|---|
AbstractCache(Compiler compiler,
int size)
Initializes the internal reference to the associated
Compiler and creates a cache with the given initial size. |
BuildCache(Compiler compiler)
Creates a
BuildCache with a default, initial size of 1000. |
BuildCache(Compiler compiler,
int size) |
CompileCache.PostCompileProcessor(Compiler compiler) |
CompileCache(Compiler compiler)
Creates a new
CompileCache with a default, initial size of
1000 entries. |
CompileCache(Compiler compiler,
int size) |
Valid1Cache(Compiler compiler)
Creates a new
Valid1Cache that has a default, initial 1000 entries. |
Valid1Cache(Compiler compiler,
int size) |
Valid2Cache(Compiler compiler)
Creates a new
Valid2Cache that has a default, initial size
of 1000 entries. |
Valid2Cache(Compiler compiler,
int size) |
| Modifier and Type | Method and Description |
|---|---|
Set<SourceFile> |
FinalResult.resolveAllDependencies(Compiler compiler) |
| Constructor and Description |
|---|
BuildTask(Compiler compiler,
String objectName) |
FinalResult(Compiler compiler,
Valid2Result result) |
Valid1Task(Compiler compiler,
String objectName) |
Valid2Task(Compiler compiler,
String objectName) |
WriteOutputTask(Formatter formatter,
Compiler compiler,
String objectName,
File outputDirectory) |
| Constructor and Description |
|---|
BuildContext(Compiler compiler,
Template objectTemplate)
Constructs a new context for the given root element.
|
Copyright © 2014 Quattor. All Rights Reserved.