Package lumis.portal.file.transformation
Class FileTransformerFactory
- java.lang.Object
-
- lumis.portal.file.transformation.FileTransformerFactory
-
public class FileTransformerFactory extends Object
ProvidesIFileTransformer
instances.- Since:
- 6.1.0
- Version:
- $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
-
-
Constructor Summary
Constructors Constructor Description FileTransformerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFileTransformer
getTransformer(String serviceInstanceId)
Returns the proper transformer.
Returns a customized extractor if defined else returns the default content extractor.
-
-
-
Method Detail
-
getTransformer
public IFileTransformer getTransformer(String serviceInstanceId) throws PortalException
Returns the proper transformer.
Returns a customized extractor if defined else returns the default content extractor.- Parameters:
serviceInstanceId
- the service instance source of the file to be converted.- Returns:
- a customized extractor if defined else returns the default file transformer.
- Throws:
PortalException
- Since:
- 6.1.0
-
-