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 Details

    • getScriptLanguage

      public String getScriptLanguage()
      Returns the language of this script.
      Returns:
      the script language; never null.
    • getScriptText

      public String getScriptText()
      Returns the text of this script.
      Returns:
      the script text; never null.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object