Package lumis.portal.file.transformation
Class DummyTransformation
- java.lang.Object
-
- lumis.portal.file.transformation.DummyTransformation
-
- All Implemented Interfaces:
ITransformation
public class DummyTransformation extends Object implements ITransformation
Dummy transformation, only responsible to copy input stream to output stream in case of any error occurring during file transformation.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Constructor Summary
Constructors Constructor Description DummyTransformation(InputStream content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(OutputStream outputStream)
Performs the file transformation using theoutputStream
parameter as target of the file transformations.
-
-
-
Constructor Detail
-
DummyTransformation
public DummyTransformation(InputStream content)
-
-
Method Detail
-
transform
public void transform(OutputStream outputStream) throws PortalException
Description copied from interface:ITransformation
Performs the file transformation using theoutputStream
parameter as target of the file transformations.- Specified by:
transform
in interfaceITransformation
- Parameters:
outputStream
- the writer to be transformed.- Throws:
PortalException
-
-