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