|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.script.ScriptCompiler
public class ScriptCompiler
This class is used to run BSF scripts
| Constructor Summary | |
|---|---|
ScriptCompiler()
|
|
| Method Summary | |
|---|---|
Evaluatable |
compileScript(Reader reader)
Do the work. |
Invocable |
getInvocable()
|
String |
getLanguage()
Get the script language |
void |
setLanguage(String language)
Defines the language (required). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptCompiler()
| Method Detail |
|---|
public Evaluatable compileScript(Reader reader)
BuildException - if someting goes wrong exectuing the script.public void setLanguage(String language)
language - the scripting language name for the script.public String getLanguage()
public Invocable getInvocable()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||