jfun.jaskell.jet
Class TemplateFunctions

java.lang.Object
  extended byjfun.jaskell.jet.TemplateFunctions

public class TemplateFunctions
extends java.lang.Object


Field Summary
static int MAX_TEXTFILE_SIZE
           
 
Constructor Summary
TemplateFunctions()
           
 
Method Summary
static Function f_include(java.lang.String name)
           
static void readFile(java.io.File file, java.lang.StringBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TEXTFILE_SIZE

public static final int MAX_TEXTFILE_SIZE
See Also:
Constant Field Values
Constructor Detail

TemplateFunctions

public TemplateFunctions()
Method Detail

f_include

public static Function f_include(java.lang.String name)

readFile

public static void readFile(java.io.File file,
                            java.lang.StringBuffer buf)
                     throws java.io.IOException
Throws:
java.io.IOException