|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.common.script.ScriptBuilder
public class ScriptBuilder
Builder for Script
.
Constructor Summary | |
---|---|
ScriptBuilder()
Creates a new ScriptBuilder . |
Method Summary | |
---|---|
Script |
build()
Creates a Script . |
String |
getScriptLanguage()
Returns the language of the script. |
String |
getScriptText()
Returns the text of the script. |
ScriptBuilder |
setScriptLanguage(String scriptLanguage)
Sets the language of the script. |
ScriptBuilder |
setScriptText(String scriptText)
Sets the text of the script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptBuilder()
ScriptBuilder
.
Method Detail |
---|
public String getScriptLanguage()
public ScriptBuilder setScriptLanguage(String scriptLanguage)
scriptLanguage
- the script language.
public String getScriptText()
public ScriptBuilder setScriptText(String scriptText)
scriptText
- the script text.
public Script build()
Script
. Prior to calling this method the language
and the text should have been set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |