Class Script


  • public final class Script
    extends Object
    Represents a script in a scripting language.
    Since:
    1.1
    • 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