Package com.partnersoft.scripting

Interface Summary
Script Generic interface for scripting language scripts.
ScriptEnvironment  
 

Class Summary
AbstractScript Abstract implementation of Script.
BeanShellScript A script in the BeanShell language.
GroovyScript  
RubyScript A script in the Ruby language.
RunScript Simple command-line tool that attempts to run any scripts listed as arguments.
ScriptedNamer An ObjectNamer that uses a script to generate the results.
ScriptEngineScript A configurable Script using the javax.script framework.
ScriptKeeper Organizer for a filesystem hierarchy containing scripts.
ScriptLib  
ScriptThread A simple thread wrapper for scripts.
StringTemplateScript A script that uses the Terence Parr's StringTemplate library from http://www.stringtemplate.org/.