public interface FileProcessor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawData()
Returns a raw set of the data of this file
|
void |
processFile(byte[] rawData)
Process the parameter file passed as raw data
|
void |
processFile(File file,
String outputType,
boolean hasQuery)
Process the parameter file
|
void |
setConnection(Connection conn)
Set the database connection to be used to process the file
|
void |
setParameters(Map<String,Object> parameters) |
void |
setService(net.sf.jasperreports.engine.JRDataSource source) |
void processFile(File file, String outputType, boolean hasQuery)
file - void processFile(byte[] rawData)
rawData - byte[] getRawData()
void setConnection(Connection conn)
conn - void setService(net.sf.jasperreports.engine.JRDataSource source)
Copyright © 2014 JDAL. All Rights Reserved.