|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Compiler | |
|---|---|
| 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. |
| Uses of Compiler in org.quattor.pan.cache |
|---|
| Fields in org.quattor.pan.cache declared as Compiler | |
|---|---|
protected Compiler |
AbstractCache.compiler
Reference to the compiler associated with this cache. |
| Constructors in org.quattor.pan.cache with parameters of type Compiler | |
|---|---|
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,
boolean doXML,
boolean doDep)
|
|
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)
|
|
| Uses of Compiler in org.quattor.pan.tasks |
|---|
| Constructors in org.quattor.pan.tasks with parameters of type Compiler | |
|---|---|
BuildTask(Compiler compiler,
java.lang.String objectName)
|
|
Valid1Task(Compiler compiler,
java.lang.String objectName)
|
|
Valid2Task(Compiler compiler,
java.lang.String objectName)
|
|
WriteDepTask(Compiler compiler,
java.lang.String objectName,
java.io.File outputDirectory)
|
|
WriteXmlTask(Formatter formatter,
boolean gzipOutput,
Compiler compiler,
java.lang.String objectName,
java.io.File outputDirectory)
|
|
| Uses of Compiler in org.quattor.pan.template |
|---|
| Constructors in org.quattor.pan.template with parameters of type Compiler | |
|---|---|
BuildContext(Compiler compiler,
Template objectTemplate)
Constructs a new context for the given root element. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||