diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/java/com/nokia/ant/BSFJepEngine.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/java/com/nokia/ant/BSFJepEngine.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,313 @@ + + + + + + +BSFJepEngine + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.nokia.ant +
+Class BSFJepEngine

+
+java.lang.Object
+  extended by org.apache.bsf.util.BSFEngineImpl
+      extended by jep.BSFJepEngine
+          extended by com.nokia.ant.BSFJepEngine
+
+
+
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, org.apache.bsf.BSFEngine
+
+
+
+
public class BSFJepEngine
extends jep.BSFJepEngine
+ + +

+Override default implementation to support source with are not files. +

+ +

+

+
Author:
+
Helium Team
+
See Also:
BSFJepEngine
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.bsf.util.BSFEngineImpl
classLoader, classPath, declaredBeans, lang, mgr, tempDir
+  + + + + + + + + + + +
+Constructor Summary
BSFJepEngine() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidexec(java.lang.String source, + int lineNo, + int columnNo, + java.lang.Object script) + +
+          Execute a script.
+ + + + + + + +
Methods inherited from class jep.BSFJepEngine
call, declareBean, eval, initialize, main, propertyChange, terminate, undeclareBean
+ + + + + + + +
Methods inherited from class org.apache.bsf.util.BSFEngineImpl
apply, compileApply, compileExpr, compileScript, iexec
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BSFJepEngine

+
+public BSFJepEngine()
+
+
+ + + + + + + + +
+Method Detail
+ +

+exec

+
+public final void exec(java.lang.String source,
+                       int lineNo,
+                       int columnNo,
+                       java.lang.Object script)
+                throws org.apache.bsf.BSFException
+
+
Execute a script. +

+

+
Specified by:
exec in interface org.apache.bsf.BSFEngine
Overrides:
exec in class jep.BSFJepEngine
+
+
+
Parameters:
source - a String value
lineNo - an int value
columnNo - an int value
script - an Object value +
Throws: +
org.apache.bsf.BSFException - if an error occurs
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +