Package lumis.portal.file.transformation
Interface IFileTransformer
-
- All Known Implementing Classes:
DefaultFileTransformer
public interface IFileTransformer
File conversion interface.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Method Summary
All Methods Instance Methods Abstract 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
TransformedFileConfig transform(FileConfig fileConfig, FileTransformation fileTransformation) throws PortalException
Converts the file using the file config as source of transformation, applying the transformations.- Parameters:
fileConfig
- source of conversion.fileTransformation
- file transformation to be applied.- Returns:
- the
TransformedFileConfig
associate with the transformation. - Throws:
PortalException
- Since:
- 6.1.0
-
-