Class Script
java.lang.Object
org.identityconnectors.common.script.Script
Represents a script in a scripting language.
- Since:
- 1.1
-
Method Details
-
getScriptLanguage
Returns the language of this script.- Returns:
- the script language; never null.
-
getScriptText
Returns the text of this script.- Returns:
- the script text; never null.
-
hashCode
public int hashCode() -
equals
-
toString
-