|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.common.script.ScriptBuilder
public class ScriptBuilder
Builder for Script.
| Constructor Summary | |
|---|---|
ScriptBuilder()Creates a new ScriptBuilder. |
|
| Method Summary | |
|---|---|
Script |
build()Creates a Script. |
java.lang.String |
getScriptLanguage()Returns the language of the script. |
java.lang.String |
getScriptText()Returns the text of the script. |
ScriptBuilder |
setScriptLanguage(java.lang.String scriptLanguage)Sets the language of the script. |
ScriptBuilder |
setScriptText(java.lang.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 java.lang.String getScriptLanguage()
public ScriptBuilder setScriptLanguage(java.lang.String scriptLanguage)
scriptLanguage - the script language.public java.lang.String getScriptText()
public ScriptBuilder setScriptText(java.lang.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 | ||||||||