Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.scripting.beanshell
Class Interpreter

java.lang.Object
  extended by ch.elexis.scripting.beanshell.Interpreter
All Implemented Interfaces:
Interpreter, org.eclipse.core.runtime.IExecutableExtension

public class Interpreter
extends java.lang.Object
implements Interpreter, org.eclipse.core.runtime.IExecutableExtension


Constructor Summary
Interpreter()
           
 
Method Summary
 java.lang.Object run(java.lang.String script, boolean showErrors)
           
 void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data)
           
 void setValue(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpreter

public Interpreter()
Method Detail

setValue

public void setValue(java.lang.String name,
                     java.lang.Object value)
              throws ElexisException
Specified by:
setValue in interface Interpreter
Throws:
ElexisException

run

public java.lang.Object run(java.lang.String script,
                            boolean showErrors)
                     throws ElexisException
Specified by:
run in interface Interpreter
Throws:
ElexisException

setInitializationData

public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
                                  java.lang.String propertyName,
                                  java.lang.Object data)
                           throws org.eclipse.core.runtime.CoreException
Specified by:
setInitializationData in interface org.eclipse.core.runtime.IExecutableExtension
Throws:
org.eclipse.core.runtime.CoreException

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013