| Package | Description |
|---|---|
| org.quattor.pan |
Contains the high-level classes used to invoke the pan language compiler.
|
| org.quattor.pan.cache | |
| org.quattor.pan.tasks |
Provides classes that implement parallel tasks within the compiler.
|
| Class and Description |
|---|
| BuildCache
Contains a global cache of all pan objects that have been compiled and built
during a given compiler run.
|
| CompileCache
Contains a global cache of all compiled templates.
|
| Valid1Cache
A global cache of all pan objects that have been through the first
validation phase.
|
| Valid2Cache
A global cache of all pan objects that have been through the second
validation phase.
|
| Class and Description |
|---|
| AbstractCache
A cache that maps a key, typically an object or template name, to an
associated task.
|
| Class and Description |
|---|
| CompileCache.PostCompileProcessor
This class encapsulates the post compilation behavior of the cache.
|
Copyright © 2014 Quattor. All Rights Reserved.