com.jaspersoft.jasperserver.export.io
Class ZipFileOutputFactory
java.lang.Object
com.jaspersoft.jasperserver.export.io.ZipFileOutputFactory
- All Implemented Interfaces:
- ExportOutputFactory
public class ZipFileOutputFactory
- extends java.lang.Object
- implements ExportOutputFactory
- Version:
- $Id: ZipFileOutputFactory.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipFileOutputFactory
public ZipFileOutputFactory()
matches
public boolean matches(Parameters parameters)
- Specified by:
matches
in interface ExportOutputFactory
createOutput
public ExportOutput createOutput(Parameters parameters)
- Specified by:
createOutput
in interface ExportOutputFactory
getZipFileParameter
public java.lang.String getZipFileParameter()
setZipFileParameter
public void setZipFileParameter(java.lang.String exportFolderParameter)
getCompressionLevel
public int getCompressionLevel()
setCompressionLevel
public void setCompressionLevel(int compressionLevel)
Copyright © 2007. All Rights Reserved.