com.jaspersoft.jasperserver.export.io
Class FileSystemOutputFactory

java.lang.Object
  extended by com.jaspersoft.jasperserver.export.io.FileSystemOutputFactory
All Implemented Interfaces:
ExportOutputFactory

public class FileSystemOutputFactory
extends java.lang.Object
implements ExportOutputFactory

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

Constructor Summary
FileSystemOutputFactory()
           
 
Method Summary
 ExportOutput createOutput(Parameters parameters)
           
 java.lang.String getExportDirParameter()
           
 boolean matches(Parameters parameters)
           
 void setExportDirParameter(java.lang.String exportFolderParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemOutputFactory

public FileSystemOutputFactory()
Method Detail

matches

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

createOutput

public ExportOutput createOutput(Parameters parameters)
Specified by:
createOutput in interface ExportOutputFactory

getExportDirParameter

public java.lang.String getExportDirParameter()

setExportDirParameter

public void setExportDirParameter(java.lang.String exportFolderParameter)


Copyright © 2007. All Rights Reserved.