Package lumis.portal.file.transformation
Class FileTransformerFactory
- java.lang.Object
-
- lumis.portal.file.transformation.FileTransformerFactory
-
public class FileTransformerFactory extends java.lang.Object
ProvidesIFileTransformer
instances.- Since:
- 6.1.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description FileTransformerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFileTransformer
getTransformer(java.lang.String serviceInstanceId)
Returns the proper transformer.
Returns a customized extractor if defined else returns the default content extractor.
-
-
-
Method Detail
-
getTransformer
public IFileTransformer getTransformer(java.lang.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
-
-