com.jaspersoft.jasperserver.export.io
Class ZipFileInputFactory

java.lang.Object
  extended by com.jaspersoft.jasperserver.export.io.ZipFileInputFactory
All Implemented Interfaces:
ImportInputFactory

public class ZipFileInputFactory
extends java.lang.Object
implements ImportInputFactory

Version:
$Id: ZipFileInputFactory.java 8408 2007-05-29 23:29:12Z melih $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
ZipFileInputFactory()
           
 
Method Summary
 ImportInput createInput(Parameters parameters)
           
 java.lang.String getInputZipParameter()
           
 boolean matches(Parameters parameters)
           
 void setInputZipParameter(java.lang.String inputDirParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipFileInputFactory

public ZipFileInputFactory()
Method Detail

matches

public boolean matches(Parameters parameters)
Specified by:
matches in interface ImportInputFactory

createInput

public ImportInput createInput(Parameters parameters)
Specified by:
createInput in interface ImportInputFactory

getInputZipParameter

public java.lang.String getInputZipParameter()

setInputZipParameter

public void setInputZipParameter(java.lang.String inputDirParameter)


Copyright © 2007. All Rights Reserved.