| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.bsf.util.BSFEngineImpl
jep.BSFJepEngine
com.nokia.ant.BSFJepEngine
public class BSFJepEngine
Override default implementation to support source with are not files.
BSFJepEngine| Field Summary | 
|---|
| Fields inherited from class org.apache.bsf.util.BSFEngineImpl | 
|---|
| classLoader, classPath, declaredBeans, lang, mgr, tempDir | 
| Constructor Summary | |
|---|---|
| BSFJepEngine() | |
| Method Summary | |
|---|---|
|  void | exec(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 | 
|---|
public BSFJepEngine()
| Method Detail | 
|---|
public final void exec(java.lang.String source,
                       int lineNo,
                       int columnNo,
                       java.lang.Object script)
                throws org.apache.bsf.BSFException
exec in interface org.apache.bsf.BSFEngineexec in class jep.BSFJepEnginesource - a String valuelineNo - an int valuecolumnNo - an int valuescript - an Object value
org.apache.bsf.BSFException - if an error occurs| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||