Example #1
0
 /**
  * Bundle.
  *
  * @param temp the temp
  * @throws SHIWADesktopIOException the sHIWA desktop io exception
  */
 public void bundle(File temp) throws SHIWADesktopIOException {
   DataUtils.bundle(temp, getWorkflowImplementation());
 }
Example #2
0
 /**
  * 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());
 }