org.boris.xlloop.script
Class JavaScriptFactory

java.lang.Object
  extended by org.boris.xlloop.script.JavaScriptFactory
All Implemented Interfaces:
ScriptFactory

public class JavaScriptFactory
extends java.lang.Object
implements ScriptFactory


Constructor Summary
JavaScriptFactory()
           
 
Method Summary
 IFunction create(java.io.Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptFactory

public JavaScriptFactory()
Method Detail

create

public IFunction create(java.io.Reader r)
                 throws java.io.IOException
Specified by:
create in interface ScriptFactory
Throws:
java.io.IOException