Interface ScannedFileMapperService
-
- All Known Implementing Classes:
ScannedFileMapperComponent
public interface ScannedFileMapperServiceService interface- Author:
- Thierry Delprat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImporterConfiggetImporterConfig()StringgetTargetContainerType()StringgetTargetLeafType()ScanFileBlobHolderparseMetaData(File xmlFile)
-
-
-
Method Detail
-
parseMetaData
ScanFileBlobHolder parseMetaData(File xmlFile) throws IOException
- Throws:
IOException
-
getTargetContainerType
String getTargetContainerType()
-
getImporterConfig
ImporterConfig getImporterConfig()
-
getTargetLeafType
String getTargetLeafType()
-
-