Package lumis.portal.file.transformation
Class DefaultFileTransformer
- java.lang.Object
-
- lumis.portal.file.transformation.DefaultFileTransformer
-
- All Implemented Interfaces:
IFileTransformer
public class DefaultFileTransformer extends Object implements IFileTransformer
Default file transformer.- Since:
- 6.1.0
- Version:
- $Revision: 21679 $ $Date: 2018-08-17 17:45:57 -0300 (Fri, 17 Aug 2018) $
-
-
Constructor Summary
Constructors Constructor Description DefaultFileTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformedFileConfig
transform(FileConfig fileConfig, FileTransformation fileTransformation)
Converts the file using the file config as source of transformation, applying the transformations.
-
-
-
Method Detail
-
transform
public TransformedFileConfig transform(FileConfig fileConfig, FileTransformation fileTransformation) throws PortalException
Description copied from interface:IFileTransformer
Converts the file using the file config as source of transformation, applying the transformations.- Specified by:
transform
in interfaceIFileTransformer
- Parameters:
fileConfig
- source of conversion.fileTransformation
- file transformation to be applied.- Returns:
- the
TransformedFileConfig
associate with the transformation. - Throws:
PortalException
-
-