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