org.boris.xlloop.script
Class LispFunctionHandler

java.lang.Object
  extended by org.boris.xlloop.script.LispFunctionHandler
All Implemented Interfaces:
IFunctionHandler

public class LispFunctionHandler
extends java.lang.Object
implements IFunctionHandler


Constructor Summary
LispFunctionHandler()
           
 
Method Summary
 void eval(java.io.File f, boolean recurse)
          Eval scripts in a directory tree.
 XLoper execute(IFunctionContext context, java.lang.String name, XLoper[] args)
           
 FunctionInformation getInformation()
           
 boolean hasFunction(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LispFunctionHandler

public LispFunctionHandler()
Method Detail

execute

public XLoper execute(IFunctionContext context,
                      java.lang.String name,
                      XLoper[] args)
               throws RequestException
Specified by:
execute in interface IFunctionHandler
Throws:
RequestException

hasFunction

public boolean hasFunction(java.lang.String name)
Specified by:
hasFunction in interface IFunctionHandler

getInformation

public FunctionInformation getInformation()

eval

public void eval(java.io.File f,
                 boolean recurse)
Eval scripts in a directory tree.

Parameters:
f -
recurse -