Package org.sakaiproject.importer.impl
Class Blackboard6FileParser.Bb6FileHelper
- java.lang.Object
-
- org.sakaiproject.importer.impl.IMSFileParser.FileHelper
-
- org.sakaiproject.importer.impl.Blackboard6FileParser.Bb6FileHelper
-
- All Implemented Interfaces:
ManifestFile
- Enclosing class:
- Blackboard6FileParser
protected class Blackboard6FileParser.Bb6FileHelper extends IMSFileParser.FileHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBb6FileHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getFileBytesForNode(Node node, String contextPath)StringgetFilePathForNode(Node node, String contextPath)-
Methods inherited from class org.sakaiproject.importer.impl.IMSFileParser.FileHelper
getFilenameForNode, getInputStreamForNode, getTitle
-
-
-
-
Method Detail
-
getFileBytesForNode
public byte[] getFileBytesForNode(Node node, String contextPath) throws IOException
- Specified by:
getFileBytesForNodein interfaceManifestFile- Overrides:
getFileBytesForNodein classIMSFileParser.FileHelper- Throws:
IOException
-
getFilePathForNode
public String getFilePathForNode(Node node, String contextPath)
- Specified by:
getFilePathForNodein interfaceManifestFile- Overrides:
getFilePathForNodein classIMSFileParser.FileHelper
-
-