org.sakaiproject.importer.cover
Class ImportService

java.lang.Object
  extended by org.sakaiproject.importer.cover.ImportService

public class ImportService
extends Object


Constructor Summary
ImportService()
           
 
Method Summary
static void doImportItems(Collection importables, String siteId)
           
static ImportService getInstance()
          Access the component instance: special cover only method.
static boolean isValidArchive(byte[] archiveFileData)
           
static ImportDataSource parseFromFile(byte[] archiveFileData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportService

public ImportService()
Method Detail

getInstance

public static ImportService getInstance()
Access the component instance: special cover only method.

Returns:
the component instance.

doImportItems

public static void doImportItems(Collection importables,
                                 String siteId)

isValidArchive

public static boolean isValidArchive(byte[] archiveFileData)

parseFromFile

public static ImportDataSource parseFromFile(byte[] archiveFileData)


Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.