cz.cuni.pogamut.introspection
Class ScriptProxyFactory

java.lang.Object
  extended by cz.cuni.pogamut.introspection.ScriptProxyFactory
Direct Known Subclasses:
PythonProxyFactory

public abstract class ScriptProxyFactory
extends java.lang.Object

Factory class for ScriptProxy objects. This class is registered through Java SPI standard.


Constructor Summary
ScriptProxyFactory()
          Creates a new instance of ScriptProxyFactory
 
Method Summary
abstract  ScriptProxy createProxy(javax.script.ScriptEngine engine)
          Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptProxyFactory

public ScriptProxyFactory()
Creates a new instance of ScriptProxyFactory

Method Detail

createProxy

public abstract ScriptProxy createProxy(javax.script.ScriptEngine engine)
Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.