org.objectweb.carol.cmi.compiler
Class TemplateCompiler
java.lang.Object
org.objectweb.carol.cmi.compiler.TemplateCompiler
- All Implemented Interfaces:
- org.apache.velocity.runtime.log.LogSystem
- public class TemplateCompiler
- extends java.lang.Object
- implements org.apache.velocity.runtime.log.LogSystem
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateCompiler
public TemplateCompiler(Compiler c,
ClassConf ccc)
throws CompilerException
genConfig
public java.lang.String genConfig()
throws CompilerException
- Throws:
CompilerException
genStub
public java.lang.String genStub()
throws CompilerException
- Throws:
CompilerException
init
public void init(org.apache.velocity.runtime.RuntimeServices arg0)
throws java.lang.Exception
- Specified by:
init
in interface org.apache.velocity.runtime.log.LogSystem
- Throws:
java.lang.Exception
logVelocityMessage
public void logVelocityMessage(int arg0,
java.lang.String arg1)
- Specified by:
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem