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