Skip navigation links


org.identityconnectors.common.script
Class Script

java.lang.Object
  extended by org.identityconnectors.common.script.Script


public final class Script
extends java.lang.Object

Represents a script in a scripting language. Script is used in ScriptOnConnectorApiOp, ScriptOnResourceApiOp, ScriptOnConnectorOp, ScriptOnResourceOp operations. It is immutable, ScriptBuilder should be used to build the Script instance.

Since:
1.1

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getScriptLanguage()
          Returns the language of this script.
 java.lang.String getScriptText()
          Returns the text of this script.
 int hashCode()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Method Detail

getScriptLanguage

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

getScriptText

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.