Class LBCCHandler
- java.lang.Object
-
- org.sakaiproject.importer.impl.handlers.LBCCHandler
-
- All Implemented Interfaces:
org.sakaiproject.importer.api.HandlesImportable
public class LBCCHandler extends Object implements org.sakaiproject.importer.api.HandlesImportable
-
-
Constructor Summary
Constructors Constructor Description LBCCHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandleType(String typeName)voidhandle(org.sakaiproject.importer.api.Importable thing, String siteId)
-
-
-
Method Detail
-
canHandleType
public boolean canHandleType(String typeName)
- Specified by:
canHandleTypein interfaceorg.sakaiproject.importer.api.HandlesImportable
-
handle
public void handle(org.sakaiproject.importer.api.Importable thing, String siteId)- Specified by:
handlein interfaceorg.sakaiproject.importer.api.HandlesImportable
-
-