org.quattor.pan.cache
Class CompileCache.PostCompileProcessor

java.lang.Object
  extended by org.quattor.pan.cache.CompileCache.PostCompileProcessor
Enclosing class:
CompileCache

public static class CompileCache.PostCompileProcessor
extends java.lang.Object

This class encapsulates the post compilation behavior of the cache. If output is requested, then the processor will submit object templates discovered during the build process to also be built.

Author:
loomis

Constructor Summary
CompileCache.PostCompileProcessor(Compiler compiler, boolean doXML, boolean doDep)
           
 
Method Summary
 void process(ASTTemplate ast, Template template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileCache.PostCompileProcessor

public CompileCache.PostCompileProcessor(Compiler compiler,
                                         boolean doXML,
                                         boolean doDep)
Method Detail

process

public void process(ASTTemplate ast,
                    Template template)


Copyright © 2011 Quattor. All Rights Reserved.