script files as name/file pairs to be added to the job jar @return name/file pairs
()
| 446 | * @return name/file pairs |
| 447 | */ |
| 448 | public Map<String,File> getScriptFiles() { |
| 449 | return aliasedScriptFiles; |
| 450 | } |
| 451 | |
| 452 | public void rename(String oldName, String newName) throws IOException { |
| 453 | if (oldName.equals(newName)) { |
no outgoing calls