Skip navigation links
A E G M O S 

A

ArtifactScript - Class in org.macroing.cel4j.artifact
ArtifactScript is an implementation of CompiledScript and is extended by each script class that is evaluated by this Artifact ScriptEngine implementation.
ArtifactScript(ScriptEngine) - Constructor for class org.macroing.cel4j.artifact.ArtifactScript
Constructs a new ArtifactScript instance.
ArtifactScriptEngineFactory - Class in org.macroing.cel4j.artifact
ArtifactScriptEngineFactory is a ScriptEngineFactory that manages a ScriptEngine called Artifact that evaluates a super-set of Java source code.
ArtifactScriptEngineFactory() - Constructor for class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Constructs a new ArtifactScriptEngineFactory instance.

E

ENGINE_NAME - Static variable in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
A String denoting the name of the ScriptEngine Artifact.
eval(String) - Method in class org.macroing.cel4j.artifact.ArtifactScript
Executes script as script.

G

get(String) - Method in class org.macroing.cel4j.artifact.ArtifactScript
Returns the value assigned to key, or null if no value is assigned to key.
getEngine() - Method in class org.macroing.cel4j.artifact.ArtifactScript
Returns the ScriptEngine whose compile method created this ArtifactScript.
getEngineName() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a String with the name of the ScriptEngine.
getEngineVersion() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a String with the version of the ScriptEngine.
getExtensions() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a List with extensions.
getLanguageName() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a String with the name of the language.
getLanguageVersion() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a String with the version of the language.
getMethodCallSyntax(String, String, String...) - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns an empty String at this time.
getMimeTypes() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a List with mime-types.
getNames() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns a List with names.
getOutputStatement(String) - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns an empty String at this time.
getParameter(String) - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns an Object value based on a String key.
getProgram(String...) - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns an empty String at this time.
getScriptEngine() - Method in class org.macroing.cel4j.artifact.ArtifactScriptEngineFactory
Returns the ScriptEngine.

M

Main - Class in org.macroing.cel4j.artifact
This class is the entry-point for the CLI- and GUI-program.
main(String[]) - Static method in class org.macroing.cel4j.artifact.Main
 

O

org.macroing.cel4j.artifact - package org.macroing.cel4j.artifact
Provides a ScriptEngine implementation called Artifact that evaluates a super-set of Java source code.

S

set(String, Object) - Method in class org.macroing.cel4j.artifact.ArtifactScript
Sets the value value for the key key.
A E G M O S 
Skip navigation links