Package org.sakaiproject.importer.impl
Interface ManifestFile
-
- All Known Implementing Classes:
IMSFileParser.FileHelper
public interface ManifestFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getFileBytesForNode(Node fileNode, String basePath)StringgetFilenameForNode(Node fileNode)StringgetFilePathForNode(Node fileNode, String basePath)InputStreamgetInputStreamForNode(Node fileNode, String basePath)StringgetTitle(Node fileNode)
-
-
-
Method Detail
-
getFileBytesForNode
byte[] getFileBytesForNode(Node fileNode, String basePath) throws IOException
- Throws:
IOException
-
getInputStreamForNode
InputStream getInputStreamForNode(Node fileNode, String basePath) throws IOException
- Throws:
IOException
-
-