public final class CFMLCompilerImpl extends Object implements CFMLCompiler
Constructor and Description |
---|
CFMLCompilerImpl()
Constructor of the compiler
|
Modifier and Type | Method and Description |
---|---|
void |
checkWatched() |
byte[] |
compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
void |
watch(PageSource ps,
long now) |
public CFMLCompilerImpl()
config
- public byte[] compile(ConfigImpl config, PageSource source, TagLib[] tld, FunctionLib[] fld, Resource classRootDir, String className) throws TemplateException, IOException
CFMLCompiler
compile
in interface CFMLCompiler
source
- cfml source filetld
- tag library deskriptorfld
- function library deskriptorclassRootDir
- target directory for generated classesclassName
- name of the class will be generatedTemplateException
IOException
public void watch(PageSource ps, long now)
public void checkWatched()
Copyright © 2015 Lucee