Package org.scijava.script
Class AbstractScriptLanguage
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.script.AbstractScriptLanguage
-
- All Implemented Interfaces:
Comparable<Prioritized>,ScriptEngineFactory,Contextual,Identifiable,Locatable,Logged,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,Prioritized,ScriptLanguage,Versioned
- Direct Known Subclasses:
AdaptedScriptLanguage
public abstract class AbstractScriptLanguage extends AbstractRichPlugin implements ScriptLanguage
Abstract superclass forScriptLanguageimplementations.This class implements dummy versions of
ScriptEngineFactory's methods that are not needed by the SciJava scripting framework.- Author:
- Johannes Schindelin
-
-
Constructor Summary
Constructors Constructor Description AbstractScriptLanguage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEngineName()StringgetLanguageName()StringtoString()-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface javax.script.ScriptEngineFactory
getScriptEngine
-
Methods inherited from interface org.scijava.script.ScriptLanguage
decode, getAutoCompleter, getEngineVersion, getExtensions, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getNames, getOutputStatement, getParameter, getProgram, isCompiledLanguage
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAbstractRichPlugin
-
getEngineName
public String getEngineName()
- Specified by:
getEngineNamein interfaceScriptEngineFactory
-
getLanguageName
public String getLanguageName()
- Specified by:
getLanguageNamein interfaceScriptEngineFactory
-
-