cz.cuni.amis.introspection
Class ScriptProxyFactory
java.lang.Object
cz.cuni.amis.introspection.ScriptProxyFactory
- Direct Known Subclasses:
- PythonProxyFactory
public abstract class ScriptProxyFactory
- extends Object
Factory class for ScriptProxy objects. This class is registered through Java SPI standard.
- Author:
- ik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptProxyFactory
public ScriptProxyFactory()
- Creates a new instance of ScriptProxyFactory
createProxy
public abstract ScriptFolder createProxy(ScriptEngine engine)
- Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.