php.java.script
Class PhpScriptEngineFactory.Factory

java.lang.Object
  extended by php.java.script.PhpScriptEngineFactory.Factory
Direct Known Subclasses:
InteractivePhpScriptEngineFactory.Factory, InvocablePhpScriptEngineFactory.Factory
Enclosing class:
PhpScriptEngineFactory

protected class PhpScriptEngineFactory.Factory
extends java.lang.Object


Field Summary
protected  boolean hasCloseable
           
 
Constructor Summary
PhpScriptEngineFactory.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
 

Field Detail

hasCloseable

protected boolean hasCloseable
Constructor Detail

PhpScriptEngineFactory.Factory

public PhpScriptEngineFactory.Factory(boolean hasCloseable)
Method Detail

create

public ScriptEngine create()