FileWrapper invokerFile = (FileWrapper) newFile;
this.addInvokerFile(new File(invokerFile.getFile().getCanonicalPath()));
log.info("A new invokerFile has been added. File : " + invokerFile.getFile().getName());
} catch (IOException e) {
throw new HPIRuntimeException(e);
}
}