Class Script
- java.lang.Object
-
- org.identityconnectors.common.script.Script
-
public final class Script extends Object
Represents a script in a scripting language.- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getScriptLanguage()
Returns the language of this script.String
getScriptText()
Returns the text of this script.int
hashCode()
String
toString()
-