com.jaspersoft.jasperserver.export.io
Class FileSystemInputFactory

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

public class FileSystemInputFactory
extends java.lang.Object
implements ImportInputFactory

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

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

Constructor Detail

FileSystemInputFactory

public FileSystemInputFactory()
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

getInputDirParameter

public java.lang.String getInputDirParameter()

setInputDirParameter

public void setInputDirParameter(java.lang.String inputDirParameter)


Copyright © 2007. All Rights Reserved.