Class SamigoPoolHandler
- java.lang.Object
-
- org.sakaiproject.importer.impl.handlers.SamigoPoolHandler
-
- All Implemented Interfaces:
HandlesImportable
public class SamigoPoolHandler extends Object implements HandlesImportable
-
-
Field Summary
Fields Modifier and Type Field Description static intFILL_BLANKstatic intFILL_BLANK_PLUSstatic intMATCHINGstatic intTRUE_FALSE
-
Constructor Summary
Constructors Constructor Description SamigoPoolHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandleType(String typeName)protected StringcontextualizeUrls(String text, String siteId)voidhandle(Importable thing, String siteId)
-
-
-
Field Detail
-
TRUE_FALSE
public static final int TRUE_FALSE
- See Also:
- Constant Field Values
-
FILL_BLANK
public static final int FILL_BLANK
- See Also:
- Constant Field Values
-
MATCHING
public static final int MATCHING
- See Also:
- Constant Field Values
-
FILL_BLANK_PLUS
public static int FILL_BLANK_PLUS
-
-
Method Detail
-
canHandleType
public boolean canHandleType(String typeName)
- Specified by:
canHandleTypein interfaceHandlesImportable
-
handle
public void handle(Importable thing, String siteId)
- Specified by:
handlein interfaceHandlesImportable
-
-