org.identityconnectors.common.script
Class Script

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

public final class Script
extends Object

Represents a script in a scripting language.

Since:
1.1

Method Summary
 boolean equals(Object obj)
           
 String getScriptLanguage()
          Returns the language of this script.
 String getScriptText()
          Returns the text of this script.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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


Copyright © 2012. All Rights Reserved.