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 booleanequals(Object obj)StringgetScriptLanguage()Returns the language of this script.StringgetScriptText()Returns the text of this script.inthashCode()StringtoString()
-