예제 #1
0
 /**
  * Get the name of the main script as module name, if any
  *
  * @return the main module name, or null
  */
 public String getMainModule() {
   return config.getMainModule();
 }