|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjep.JepScriptEngineFactory
public class JepScriptEngineFactory
JepScriptEngineFactory.java - Embeds CPython in Java. Copyright (c) 2004, 2005 Mike Johnson. This file is licenced under the the zlib/libpng License. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Created: Tue Sep 5 18:35:03 2006
Constructor Summary | |
---|---|
JepScriptEngineFactory()
|
Method Summary | |
---|---|
java.lang.String |
getEngineName()
Describe getEngineName method here. |
java.lang.String |
getEngineVersion()
Describe getEngineVersion method here. |
java.util.List<java.lang.String> |
getExtensions()
(non-Javadoc) |
java.lang.String |
getLanguageName()
Describe getLanguageName method here. |
java.lang.String |
getLanguageVersion()
Describe getLanguageVersion method here. |
java.lang.String |
getMethodCallSyntax(java.lang.String obj,
java.lang.String m,
java.lang.String[] args)
Describe getMethodCallSyntax method here. |
java.util.List<java.lang.String> |
getMimeTypes()
(non-Javadoc) |
java.util.List<java.lang.String> |
getNames()
(non-Javadoc) |
java.lang.String |
getOutputStatement(java.lang.String o)
Describe getOutputStatement method here. |
java.lang.Object |
getParameter(java.lang.String p)
Describe getParameter method here. |
java.lang.String |
getProgram(java.lang.String[] lines)
Describe getProgram method here. |
javax.script.ScriptEngine |
getScriptEngine()
Describe getScriptEngine method here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JepScriptEngineFactory()
Method Detail |
---|
public java.lang.String getEngineName()
getEngineName
method here.
getEngineName
in interface javax.script.ScriptEngineFactory
String
valuepublic java.lang.String getEngineVersion()
getEngineVersion
method here.
getEngineVersion
in interface javax.script.ScriptEngineFactory
String
valuepublic java.util.List<java.lang.String> getExtensions()
getExtensions
in interface javax.script.ScriptEngineFactory
ScriptEngineFactory.getExtensions()
public java.lang.String getLanguageName()
getLanguageName
method here.
getLanguageName
in interface javax.script.ScriptEngineFactory
String
valuepublic java.lang.String getLanguageVersion()
getLanguageVersion
method here.
getLanguageVersion
in interface javax.script.ScriptEngineFactory
String
valuepublic java.lang.String getMethodCallSyntax(java.lang.String obj, java.lang.String m, java.lang.String[] args)
getMethodCallSyntax
method here.
getMethodCallSyntax
in interface javax.script.ScriptEngineFactory
obj
- a String
valuem
- a String
valueargs
- a String[]
value
String
valuepublic java.util.List<java.lang.String> getMimeTypes()
getMimeTypes
in interface javax.script.ScriptEngineFactory
ScriptEngineFactory.getMimeTypes()
public java.util.List<java.lang.String> getNames()
getNames
in interface javax.script.ScriptEngineFactory
ScriptEngineFactory.getNames()
public java.lang.String getOutputStatement(java.lang.String o)
getOutputStatement
method here.
getOutputStatement
in interface javax.script.ScriptEngineFactory
o
- a String
value
String
valuepublic java.lang.Object getParameter(java.lang.String p)
getParameter
method here.
getParameter
in interface javax.script.ScriptEngineFactory
p
- a String
value
Object
valuepublic java.lang.String getProgram(java.lang.String[] lines)
getProgram
method here.
getProgram
in interface javax.script.ScriptEngineFactory
lines
- a String[]
value
String
valuepublic javax.script.ScriptEngine getScriptEngine()
getScriptEngine
method here.
getScriptEngine
in interface javax.script.ScriptEngineFactory
ScriptEngine
value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |