Esempio n. 1
0
 public String getName() throws ScriptException {
   return file.getName();
 }
Esempio n. 2
0
 public OutputStream getOutputStream() throws ScriptException {
   return file.getOutputStream();
 }