php.java.script
Class InvocablePhpScriptEngineFactory.Factory

java.lang.Object
  extended by php.java.script.PhpScriptEngineFactory.Factory
      extended by php.java.script.InvocablePhpScriptEngineFactory.Factory
Enclosing class:
InvocablePhpScriptEngineFactory

protected class InvocablePhpScriptEngineFactory.Factory
extends PhpScriptEngineFactory.Factory


Field Summary
 
Fields inherited from class php.java.script.PhpScriptEngineFactory.Factory
hasCloseable
 
Constructor Summary
InvocablePhpScriptEngineFactory.Factory(boolean hasCloseable)
           
 
Method Summary
 ScriptEngine create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocablePhpScriptEngineFactory.Factory

public InvocablePhpScriptEngineFactory.Factory(boolean hasCloseable)
Method Detail

create

public ScriptEngine create()
Overrides:
create in class PhpScriptEngineFactory.Factory