cz.cuni.amis.introspection.python
Class PythonProxyFactory
java.lang.Object
cz.cuni.amis.introspection.ScriptProxyFactory
cz.cuni.amis.introspection.python.PythonProxyFactory
public class PythonProxyFactory
- extends ScriptProxyFactory
Factory object that is registered through SPI standard and creates
PythonEngineScriptProxy if it is asked to create proxy for
com.sun.script.jython.JythonScriptEngine engine.
- Author:
- ik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PythonProxyFactory
public PythonProxyFactory()
- Creates a new instance of PythonProxyFactory
createProxy
public ScriptFolder createProxy(ScriptEngine engine)
- Description copied from class:
ScriptProxyFactory
- Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.
- Specified by:
createProxy in class ScriptProxyFactory
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.