/** * Bundle. * * @param temp the temp * @throws SHIWADesktopIOException the sHIWA desktop io exception */ public void bundle(File temp) throws SHIWADesktopIOException { DataUtils.bundle(temp, getWorkflowImplementation()); }
/** * Save bundle. * * @param file the file * @return the file * @throws SHIWADesktopIOException the sHIWA desktop io exception */ public File saveBundle(File file) throws SHIWADesktopIOException { return DataUtils.bundle(file, concreteBundle.getAggregatedResource()); }