Package org.oddjob.script

Scripting Jobs and Types.

See:
          Description

Interface Summary
Evaluatable Something that can be evaluated.
Invoker Something that can invoke something.
InvokerArguments Arguments for passing to an Invoker.
 

Class Summary
ConvertableArguments Provide InvokerArguments that will be converted using an ArooaConverter.
InvokeJob  
InvokeType  
InvokeType.Conversions  
MethodInvoker An Invoker for a java method.
MethodInvoker.Conversions  
NotPreCompiled Provide an Evaluatable for a not compile ScriptEngine.
PreCompiled Provide an Evaluatable for a CompiledScript.
ScriptCompiler This class is used to run Compile scripts.
ScriptDesFa DesignFactory for ths Script job.
ScriptInvoker An Invoker for a script snippet.
ScriptInvoker.Conversions  
ScriptJob  
ScriptRunner This class is used to run scripts
 

Package org.oddjob.script Description

Scripting Jobs and Types.