Example #1
0
 /**
  * Get the source text of a script
  *
  * @param script the script
  * @return the script source
  */
 public static String getScriptText(Script script) {
   return script.getText();
 }