lumis.portal.file.transformation
Class DefaultFileTransformer

Package class diagram package DefaultFileTransformer
java.lang.Object
  extended by lumis.portal.file.transformation.DefaultFileTransformer
All Implemented Interfaces:
IFileTransformer

public class DefaultFileTransformer
extends Object
implements IFileTransformer

Default file transformer.

Since:
6.1.0

Constructor Summary
DefaultFileTransformer()
           
 
Method Summary
 TransformedFileConfig transform(FileConfig fileConfig, FileTransformation fileTransformation)
          Converts the file using the file config as source of transformation, applying the transformations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileTransformer

public DefaultFileTransformer()
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 interface IFileTransformer
Parameters:
fileConfig - source of conversion.
fileTransformation - file transformation to be applied.
Returns:
the TransformedFileConfig associate with the transformation.
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.